CopyableBuilder<BatchGetImageRequest.Builder,BatchGetImageRequest>
, SdkBuilder<BatchGetImageRequest.Builder,BatchGetImageRequest>
public static interface BatchGetImageRequest.Builder extends CopyableBuilder<BatchGetImageRequest.Builder,BatchGetImageRequest>
Modifier and Type | Method | Description |
---|---|---|
BatchGetImageRequest.Builder |
acceptedMediaTypes(String... acceptedMediaTypes) |
The accepted media types for the request.
|
BatchGetImageRequest.Builder |
acceptedMediaTypes(Collection<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(ImageIdentifier... imageIds) |
A list of image ID references that correspond to images to describe.
|
BatchGetImageRequest.Builder |
registryId(String registryId) |
The AWS 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.
|
copy
apply, build
BatchGetImageRequest.Builder registryId(String registryId)
The AWS 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 AWS 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
.
NOTE: This method appends the values to the existing list (if any). Use
#setImageIds(java.util.Collection)
or #withImageIds(java.util.Collection)
if you want to
override the existing values.
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 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
NOTE: This method appends the values to the existing list (if any). Use
#setAcceptedMediaTypes(java.util.Collection)
or #withAcceptedMediaTypes(java.util.Collection)
if you want to override the existing values.
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.