Interface ImageSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageSource.Builder,,ImageSource> SdkBuilder<ImageSource.Builder,,ImageSource> SdkPojo
- Enclosing class:
ImageSource
@Mutable
@NotThreadSafe
public static interface ImageSource.Builder
extends SdkPojo, CopyableBuilder<ImageSource.Builder,ImageSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe URI of the container image, including the registry, the repository, and the image tag or digest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
uri
The URI of the container image, including the registry, the repository, and the image tag or digest. For example,
111122223333.dkr.ecr.us-east-1.amazonaws.com/my-repository:latest.- Parameters:
uri- The URI of the container image, including the registry, the repository, and the image tag or digest. For example,111122223333.dkr.ecr.us-east-1.amazonaws.com/my-repository:latest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-