Interface BatchGetImageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetImageRequest.Builder,BatchGetImageRequest>,EcrRequest.Builder,SdkBuilder<BatchGetImageRequest.Builder,BatchGetImageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetImageRequest
public static interface BatchGetImageRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<BatchGetImageRequest.Builder,BatchGetImageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetImageRequest.BuilderacceptedMediaTypes(String... acceptedMediaTypes)The accepted media types for the request.BatchGetImageRequest.BuilderacceptedMediaTypes(Collection<String> acceptedMediaTypes)The accepted media types for the request.BatchGetImageRequest.BuilderimageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to describe.BatchGetImageRequest.BuilderimageIds(Consumer<ImageIdentifier.Builder>... imageIds)A list of image ID references that correspond to images to describe.BatchGetImageRequest.BuilderimageIds(ImageIdentifier... imageIds)A list of image ID references that correspond to images to describe.BatchGetImageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetImageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetImageRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry that contains the images to describe.BatchGetImageRequest.BuilderrepositoryName(String repositoryName)The repository that contains the images to describe.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrRequest.Builder
build
-
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
-
registryId
BatchGetImageRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
BatchGetImageRequest.Builder repositoryName(String repositoryName)
The repository that contains the images to describe.
- Parameters:
repositoryName- The repository that contains the images to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageIds
BatchGetImageRequest.Builder imageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe. The format of the
imageIdsreference isimageTag=tagorimageDigest=digest.- Parameters:
imageIds- A list of image ID references that correspond to images to describe. The format of theimageIdsreference isimageTag=tagorimageDigest=digest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageIds
BatchGetImageRequest.Builder imageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to describe. The format of the
imageIdsreference isimageTag=tagorimageDigest=digest.- Parameters:
imageIds- A list of image ID references that correspond to images to describe. The format of theimageIdsreference isimageTag=tagorimageDigest=digest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageIds
BatchGetImageRequest.Builder imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
A list of image ID references that correspond to images to describe. The format of the
This is a convenience method that creates an instance of theimageIdsreference isimageTag=tagorimageDigest=digest.ImageIdentifier.Builderavoiding the need to create one manually viaImageIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#imageIds(List.) - Parameters:
imageIds- a consumer that will call methods onImageIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#imageIds(java.util.Collection)
-
acceptedMediaTypes
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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptedMediaTypes
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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-