Interface Image.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Image.Builder,,Image> SdkBuilder<Image.Builder,,Image> SdkPojo
- Enclosing class:
Image
@Mutable
@NotThreadSafe
public static interface Image.Builder
extends SdkPojo, CopyableBuilder<Image.Builder,Image>
-
Method Summary
Modifier and TypeMethodDescriptionarchitecture(String architecture) The architecture of the container image.The author of the container image.imageDigest(String imageDigest) The image digest of the container image.The image tags attached to the container image.imageTags(Collection<String> imageTags) The image tags attached to the container image.inUseCount(Long inUseCount) The number of times the container image is in use.lastInUseAt(Instant lastInUseAt) The last time the container image was in use.The platform of the container image.The date and time the container image was pushed.The registry for the container image.repositoryName(String repositoryName) The name of the repository the container image resides in.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
-
repositoryName
The name of the repository the container image resides in.
- Parameters:
repositoryName- The name of the repository the container image resides in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registry
The registry for the container image.
- Parameters:
registry- The registry for the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTags
The image tags attached to the container image.
- Parameters:
imageTags- The image tags attached to the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTags
The image tags attached to the container image.
- Parameters:
imageTags- The image tags attached to the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageDigest
The image digest of the container image.
- Parameters:
imageDigest- The image digest of the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pushedAt
The date and time the container image was pushed.
- Parameters:
pushedAt- The date and time the container image was pushed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
architecture
The architecture of the container image.
- Parameters:
architecture- The architecture of the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
author
The author of the container image.
- Parameters:
author- The author of the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inUseCount
The number of times the container image is in use.
- Parameters:
inUseCount- The number of times the container image is in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastInUseAt
The last time the container image was in use.
- Parameters:
lastInUseAt- The last time the container image was in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The platform of the container image.
- Parameters:
platform- The platform of the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-