public static interface DescribeImageReplicationStatusResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageReplicationStatusResponse.Builder,DescribeImageReplicationStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeImageReplicationStatusResponse.Builder |
imageId(Consumer<ImageIdentifier.Builder> imageId)
Sets the value of the ImageId property for this object.
|
DescribeImageReplicationStatusResponse.Builder |
imageId(ImageIdentifier imageId)
Sets the value of the ImageId property for this object.
|
DescribeImageReplicationStatusResponse.Builder |
replicationStatuses(Collection<ImageReplicationStatus> replicationStatuses)
The replication status details for the images in the specified repository.
|
DescribeImageReplicationStatusResponse.Builder |
replicationStatuses(Consumer<ImageReplicationStatus.Builder>... replicationStatuses)
The replication status details for the images in the specified repository.
|
DescribeImageReplicationStatusResponse.Builder |
replicationStatuses(ImageReplicationStatus... replicationStatuses)
The replication status details for the images in the specified repository.
|
DescribeImageReplicationStatusResponse.Builder |
repositoryName(String repositoryName)
The repository name associated with the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImageReplicationStatusResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.DescribeImageReplicationStatusResponse.Builder imageId(ImageIdentifier imageId)
imageId - The new value for the ImageId property for this object.default DescribeImageReplicationStatusResponse.Builder imageId(Consumer<ImageIdentifier.Builder> imageId)
ImageIdentifier.Builder avoiding the
need to create one manually via ImageIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to imageId(ImageIdentifier).
imageId - a consumer that will call methods on ImageIdentifier.BuilderimageId(ImageIdentifier)DescribeImageReplicationStatusResponse.Builder replicationStatuses(Collection<ImageReplicationStatus> replicationStatuses)
The replication status details for the images in the specified repository.
replicationStatuses - The replication status details for the images in the specified repository.DescribeImageReplicationStatusResponse.Builder replicationStatuses(ImageReplicationStatus... replicationStatuses)
The replication status details for the images in the specified repository.
replicationStatuses - The replication status details for the images in the specified repository.DescribeImageReplicationStatusResponse.Builder replicationStatuses(Consumer<ImageReplicationStatus.Builder>... replicationStatuses)
The replication status details for the images in the specified repository.
This is a convenience method that creates an instance of theImageReplicationStatus.Builder avoiding the need to create
one manually via ImageReplicationStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #replicationStatuses(List.
replicationStatuses - a consumer that will call methods on
ImageReplicationStatus.Builder#replicationStatuses(java.util.Collection) Copyright © 2023. All rights reserved.