Interface AwsEcrContainerImageDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEcrContainerImageDetails.Builder,AwsEcrContainerImageDetails>,SdkBuilder<AwsEcrContainerImageDetails.Builder,AwsEcrContainerImageDetails>,SdkPojo
- Enclosing class:
- AwsEcrContainerImageDetails
public static interface AwsEcrContainerImageDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcrContainerImageDetails.Builder,AwsEcrContainerImageDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEcrContainerImageDetails.Builderarchitecture(String architecture)The architecture of the Amazon ECR container image.AwsEcrContainerImageDetails.Builderauthor(String author)The image author of the Amazon ECR container image.AwsEcrContainerImageDetails.BuilderimageHash(String imageHash)The image hash of the Amazon ECR container image.AwsEcrContainerImageDetails.BuilderimageTags(String... imageTags)The image tags attached to the Amazon ECR container image.AwsEcrContainerImageDetails.BuilderimageTags(Collection<String> imageTags)The image tags attached to the Amazon ECR container image.AwsEcrContainerImageDetails.Builderplatform(String platform)The platform of the Amazon ECR container image.AwsEcrContainerImageDetails.BuilderpushedAt(Instant pushedAt)The date and time the Amazon ECR container image was pushed.AwsEcrContainerImageDetails.Builderregistry(String registry)The registry the Amazon ECR container image belongs to.AwsEcrContainerImageDetails.BuilderrepositoryName(String repositoryName)The name of the repository the Amazon ECR container image resides in.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
architecture
AwsEcrContainerImageDetails.Builder architecture(String architecture)
The architecture of the Amazon ECR container image.
- Parameters:
architecture- The architecture of the Amazon ECR container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
author
AwsEcrContainerImageDetails.Builder author(String author)
The image author of the Amazon ECR container image.
- Parameters:
author- The image author of the Amazon ECR container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageHash
AwsEcrContainerImageDetails.Builder imageHash(String imageHash)
The image hash of the Amazon ECR container image.
- Parameters:
imageHash- The image hash of the Amazon ECR container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTags
AwsEcrContainerImageDetails.Builder imageTags(Collection<String> imageTags)
The image tags attached to the Amazon ECR container image.
- Parameters:
imageTags- The image tags attached to the Amazon ECR container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTags
AwsEcrContainerImageDetails.Builder imageTags(String... imageTags)
The image tags attached to the Amazon ECR container image.
- Parameters:
imageTags- The image tags attached to the Amazon ECR container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
AwsEcrContainerImageDetails.Builder platform(String platform)
The platform of the Amazon ECR container image.
- Parameters:
platform- The platform of the Amazon ECR container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pushedAt
AwsEcrContainerImageDetails.Builder pushedAt(Instant pushedAt)
The date and time the Amazon ECR container image was pushed.
- Parameters:
pushedAt- The date and time the Amazon ECR container image was pushed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registry
AwsEcrContainerImageDetails.Builder registry(String registry)
The registry the Amazon ECR container image belongs to.
- Parameters:
registry- The registry the Amazon ECR container image belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
AwsEcrContainerImageDetails.Builder repositoryName(String repositoryName)
The name of the repository the Amazon ECR container image resides in.
- Parameters:
repositoryName- The name of the repository the Amazon ECR container image resides in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-