public static interface BatchGetImageRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<BatchGetImageRequest.Builder,BatchGetImageRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetImageRequest.Builder |
acceptedMediaTypes(Collection<String> acceptedMediaTypes)
The accepted media types for the request.
|
BatchGetImageRequest.Builder |
acceptedMediaTypes(String... acceptedMediaTypes)
The accepted media types for the request.
|
BatchGetImageRequest.Builder |
imageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe.
|
BatchGetImageRequest.Builder |
imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
A list of image ID references that correspond to images to describe.
|
BatchGetImageRequest.Builder |
imageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to describe.
|
BatchGetImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetImageRequest.Builder |
registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the images to describe.
|
BatchGetImageRequest.Builder |
repositoryName(String repositoryName)
The repository that contains the images to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetImageRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.
registryId - The Amazon Web Services account ID associated with the registry that contains the images to describe.
If you do not specify a registry, the default registry is assumed.BatchGetImageRequest.Builder repositoryName(String repositoryName)
The repository that contains the images to describe.
repositoryName - The repository that contains the images to describe.BatchGetImageRequest.Builder imageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe. The format of the imageIds
reference is imageTag=tag or imageDigest=digest.
imageIds - A list of image ID references that correspond to images to describe. The format of the
imageIds reference is imageTag=tag or imageDigest=digest.BatchGetImageRequest.Builder imageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to describe. The format of the imageIds
reference is imageTag=tag or imageDigest=digest.
imageIds - A list of image ID references that correspond to images to describe. The format of the
imageIds reference is imageTag=tag or imageDigest=digest.BatchGetImageRequest.Builder imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
A list of image ID references that correspond to images to describe. The format of the imageIds
reference is imageTag=tag or imageDigest=digest.
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 #imageIds(List.
imageIds - a consumer that will call methods on
ImageIdentifier.Builder#imageIds(java.util.Collection) BatchGetImageRequest.Builder acceptedMediaTypes(Collection<String> acceptedMediaTypes)
The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json |
application/vnd.docker.distribution.manifest.v2+json |
application/vnd.oci.image.manifest.v1+json
acceptedMediaTypes - The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json |
application/vnd.docker.distribution.manifest.v2+json |
application/vnd.oci.image.manifest.v1+json
BatchGetImageRequest.Builder acceptedMediaTypes(String... acceptedMediaTypes)
The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json |
application/vnd.docker.distribution.manifest.v2+json |
application/vnd.oci.image.manifest.v1+json
acceptedMediaTypes - The accepted media types for the request.
Valid values: application/vnd.docker.distribution.manifest.v1+json |
application/vnd.docker.distribution.manifest.v2+json |
application/vnd.oci.image.manifest.v1+json
BatchGetImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.