Interface BatchGetImageRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<BatchGetImageRequest.Builder,,- BatchGetImageRequest> - EcrRequest.Builder,- SdkBuilder<BatchGetImageRequest.Builder,,- BatchGetImageRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- BatchGetImageRequest
- 
Method SummaryModifier and TypeMethodDescriptionacceptedMediaTypes(String... acceptedMediaTypes) The accepted media types for the request.acceptedMediaTypes(Collection<String> acceptedMediaTypes) The accepted media types for the request.imageIds(Collection<ImageIdentifier> imageIds) A list of image ID references that correspond to images to describe.imageIds(Consumer<ImageIdentifier.Builder>... imageIds) A list of image ID references that correspond to images to describe.imageIds(ImageIdentifier... imageIds) A list of image ID references that correspond to images to describe.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.registryId(String registryId) The Amazon Web Services account ID associated with the registry that contains the images to describe.repositoryName(String repositoryName) The repository that contains the images to describe.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ecr.model.EcrRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
registryIdThe 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.
 
- 
repositoryNameThe 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.
 
- 
imageIdsA 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 the- imageIdsreference is- imageTag=tagor- imageDigest=digest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageIdsA 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 the- imageIdsreference is- imageTag=tagor- imageDigest=digest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageIdsA 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 toimageIds(List<ImageIdentifier>).- Parameters:
- imageIds- a consumer that will call methods on- ImageIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
acceptedMediaTypesThe 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.
 
- 
acceptedMediaTypesThe 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.
 
- 
overrideConfigurationBatchGetImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationBatchGetImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-