Interface DescribeImagesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>,EcrRequest.Builder,SdkBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeImagesRequest
public static interface DescribeImagesRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeImagesRequest.Builderfilter(Consumer<DescribeImagesFilter.Builder> filter)The filter key and value with which to filter yourDescribeImagesresults.DescribeImagesRequest.Builderfilter(DescribeImagesFilter filter)The filter key and value with which to filter yourDescribeImagesresults.DescribeImagesRequest.BuilderimageIds(Collection<ImageIdentifier> imageIds)The list of image IDs for the requested repository.DescribeImagesRequest.BuilderimageIds(Consumer<ImageIdentifier.Builder>... imageIds)The list of image IDs for the requested repository.DescribeImagesRequest.BuilderimageIds(ImageIdentifier... imageIds)The list of image IDs for the requested repository.DescribeImagesRequest.BuildermaxResults(Integer maxResults)The maximum number of repository results returned byDescribeImagesin paginated output.DescribeImagesRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedDescribeImagesrequest wheremaxResultswas used and the results exceeded the value of that parameter.DescribeImagesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeImagesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeImagesRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry that contains the repository in which to describe images.DescribeImagesRequest.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
DescribeImagesRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe images. 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 repository in which to describe images. 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
DescribeImagesRequest.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
DescribeImagesRequest.Builder imageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
- Parameters:
imageIds- The list of image IDs for the requested repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageIds
DescribeImagesRequest.Builder imageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
- Parameters:
imageIds- The list of image IDs for the requested repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageIds
DescribeImagesRequest.Builder imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
The list of image IDs for the requested repository.
This is a convenience method that creates an instance of theImageIdentifier.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)
-
nextToken
DescribeImagesRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedDescribeImagesrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value isnullwhen there are no more results to return. This option cannot be used when you specify images withimageIds.- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedDescribeImagesrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value isnullwhen there are no more results to return. This option cannot be used when you specify images withimageIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeImagesRequest.Builder maxResults(Integer maxResults)
The maximum number of repository results returned by
DescribeImagesin paginated output. When this parameter is used,DescribeImagesonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherDescribeImagesrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter is not used, thenDescribeImagesreturns up to 100 results and anextTokenvalue, if applicable. This option cannot be used when you specify images withimageIds.- Parameters:
maxResults- The maximum number of repository results returned byDescribeImagesin paginated output. When this parameter is used,DescribeImagesonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherDescribeImagesrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter is not used, thenDescribeImagesreturns up to 100 results and anextTokenvalue, if applicable. This option cannot be used when you specify images withimageIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
DescribeImagesRequest.Builder filter(DescribeImagesFilter filter)
The filter key and value with which to filter your
DescribeImagesresults.- Parameters:
filter- The filter key and value with which to filter yourDescribeImagesresults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
default DescribeImagesRequest.Builder filter(Consumer<DescribeImagesFilter.Builder> filter)
The filter key and value with which to filter your
This is a convenience method that creates an instance of theDescribeImagesresults.DescribeImagesFilter.Builderavoiding the need to create one manually viaDescribeImagesFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(DescribeImagesFilter).- Parameters:
filter- a consumer that will call methods onDescribeImagesFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(DescribeImagesFilter)
-
overrideConfiguration
DescribeImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-