public static interface AwsEcrContainerImageDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcrContainerImageDetails.Builder,AwsEcrContainerImageDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcrContainerImageDetails.Builder |
architecture(String architecture)
The architecture of the Amazon ECR container image.
|
AwsEcrContainerImageDetails.Builder |
author(String author)
The image author of the Amazon ECR container image.
|
AwsEcrContainerImageDetails.Builder |
imageHash(String imageHash)
The image hash of the Amazon ECR container image.
|
AwsEcrContainerImageDetails.Builder |
imageTags(Collection<String> imageTags)
The image tags attached to the Amazon ECR container image.
|
AwsEcrContainerImageDetails.Builder |
imageTags(String... imageTags)
The image tags attached to the Amazon ECR container image.
|
AwsEcrContainerImageDetails.Builder |
platform(String platform)
The platform of the Amazon ECR container image.
|
AwsEcrContainerImageDetails.Builder |
pushedAt(Instant pushedAt)
The date and time the Amazon ECR container image was pushed.
|
AwsEcrContainerImageDetails.Builder |
registry(String registry)
The registry the Amazon ECR container image belongs to.
|
AwsEcrContainerImageDetails.Builder |
repositoryName(String repositoryName)
The name of the repository the Amazon ECR container image resides in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcrContainerImageDetails.Builder architecture(String architecture)
The architecture of the Amazon ECR container image.
architecture - The architecture of the Amazon ECR container image.AwsEcrContainerImageDetails.Builder author(String author)
The image author of the Amazon ECR container image.
author - The image author of the Amazon ECR container image.AwsEcrContainerImageDetails.Builder imageHash(String imageHash)
The image hash of the Amazon ECR container image.
imageHash - The image hash of the Amazon ECR container image.AwsEcrContainerImageDetails.Builder imageTags(Collection<String> imageTags)
The image tags attached to the Amazon ECR container image.
imageTags - The image tags attached to the Amazon ECR container image.AwsEcrContainerImageDetails.Builder imageTags(String... imageTags)
The image tags attached to the Amazon ECR container image.
imageTags - The image tags attached to the Amazon ECR container image.AwsEcrContainerImageDetails.Builder platform(String platform)
The platform of the Amazon ECR container image.
platform - The platform of the Amazon ECR container image.AwsEcrContainerImageDetails.Builder pushedAt(Instant pushedAt)
The date and time the Amazon ECR container image was pushed.
pushedAt - The date and time the Amazon ECR container image was pushed.AwsEcrContainerImageDetails.Builder registry(String registry)
The registry the Amazon ECR container image belongs to.
registry - The registry the Amazon ECR container image belongs to.AwsEcrContainerImageDetails.Builder repositoryName(String repositoryName)
The name of the repository the Amazon ECR container image resides in.
repositoryName - The name of the repository the Amazon ECR container image resides in.Copyright © 2023. All rights reserved.