Interface ResourceDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceDescription.Builder,ResourceDescription>, SdkBuilder<ResourceDescription.Builder,ResourceDescription>, SdkPojo
Enclosing class:
ResourceDescription

public static interface ResourceDescription.Builder extends SdkPojo, CopyableBuilder<ResourceDescription.Builder,ResourceDescription>
  • Method Details

    • identifier

      ResourceDescription.Builder identifier(String identifier)

      The primary identifier for the resource.

      For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.

      Parameters:
      identifier - The primary identifier for the resource.

      For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • properties

      ResourceDescription.Builder properties(String properties)

      A list of the resource properties and their current values.

      Parameters:
      properties - A list of the resource properties and their current values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.