Interface ImageReference.Builder

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

@Mutable @NotThreadSafe public static interface ImageReference.Builder extends SdkPojo, CopyableBuilder<ImageReference.Builder,ImageReference>
  • Method Details

    • imageId

      ImageReference.Builder imageId(String imageId)

      The ID of the referenced image.

      Parameters:
      imageId - The ID of the referenced image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      ImageReference.Builder resourceType(String resourceType)

      The type of resource referencing the image.

      Parameters:
      resourceType - The type of resource referencing the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      The type of resource referencing the image.

      Parameters:
      resourceType - The type of resource referencing the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • arn

      The Amazon Resource Name (ARN) of the resource referencing the image.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the resource referencing the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.