Interface DescribeImageTagsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeImageTagsResponse.Builder,DescribeImageTagsResponse>,EcrPublicResponse.Builder,SdkBuilder<DescribeImageTagsResponse.Builder,DescribeImageTagsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeImageTagsResponse
public static interface DescribeImageTagsResponse.Builder extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageTagsResponse.Builder,DescribeImageTagsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeImageTagsResponse.BuilderimageTagDetails(Collection<ImageTagDetail> imageTagDetails)The image tag details for the images in the requested repository.DescribeImageTagsResponse.BuilderimageTagDetails(Consumer<ImageTagDetail.Builder>... imageTagDetails)The image tag details for the images in the requested repository.DescribeImageTagsResponse.BuilderimageTagDetails(ImageTagDetail... imageTagDetails)The image tag details for the images in the requested repository.DescribeImageTagsResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureDescribeImageTagsrequest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecrpublic.model.EcrPublicResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
imageTagDetails
DescribeImageTagsResponse.Builder imageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
- Parameters:
imageTagDetails- The image tag details for the images in the requested repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTagDetails
DescribeImageTagsResponse.Builder imageTagDetails(ImageTagDetail... imageTagDetails)
The image tag details for the images in the requested repository.
- Parameters:
imageTagDetails- The image tag details for the images in the requested repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTagDetails
DescribeImageTagsResponse.Builder imageTagDetails(Consumer<ImageTagDetail.Builder>... imageTagDetails)
The image tag details for the images in the requested repository.
This is a convenience method that creates an instance of theImageTagDetail.Builderavoiding the need to create one manually viaImageTagDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#imageTagDetails(List.) - Parameters:
imageTagDetails- a consumer that will call methods onImageTagDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#imageTagDetails(java.util.Collection)
-
nextToken
DescribeImageTagsResponse.Builder nextToken(String nextToken)
The
nextTokenvalue to include in a futureDescribeImageTagsrequest. When the results of aDescribeImageTagsrequest exceedmaxResults, you can use this value to retrieve the next page of results. If there are no more results to return, this value isnull.- Parameters:
nextToken- ThenextTokenvalue to include in a futureDescribeImageTagsrequest. When the results of aDescribeImageTagsrequest exceedmaxResults, you can use this value to retrieve the next page of results. If there are no more results to return, this value isnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-