Interface DescribeImageSigningStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeImageSigningStatusResponse.Builder,,DescribeImageSigningStatusResponse> EcrResponse.Builder,SdkBuilder<DescribeImageSigningStatusResponse.Builder,,DescribeImageSigningStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeImageSigningStatusResponse
-
Method Summary
Modifier and TypeMethodDescriptionimageId(Consumer<ImageIdentifier.Builder> imageId) An object with identifying information for the image.imageId(ImageIdentifier imageId) An object with identifying information for the image.registryId(String registryId) The Amazon Web Services account ID associated with the registry.repositoryName(String repositoryName) The name of the repository.signingStatuses(Collection<ImageSigningStatus> signingStatuses) A list of signing statuses for the specified image.signingStatuses(Consumer<ImageSigningStatus.Builder>... signingStatuses) A list of signing statuses for the specified image.signingStatuses(ImageSigningStatus... signingStatuses) A list of signing statuses for the specified image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
repositoryName
The name of the repository.
- Parameters:
repositoryName- The name of the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageId
An object with identifying information for the image.
- Parameters:
imageId- An object with identifying information for the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageId
default DescribeImageSigningStatusResponse.Builder imageId(Consumer<ImageIdentifier.Builder> imageId) An object with identifying information for the image.
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 toimageId(ImageIdentifier).- Parameters:
imageId- 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:
-
registryId
The Amazon Web Services account ID associated with the registry.
- Parameters:
registryId- The Amazon Web Services account ID associated with the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingStatuses
DescribeImageSigningStatusResponse.Builder signingStatuses(Collection<ImageSigningStatus> signingStatuses) A list of signing statuses for the specified image. Each status corresponds to a signing profile.
- Parameters:
signingStatuses- A list of signing statuses for the specified image. Each status corresponds to a signing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingStatuses
A list of signing statuses for the specified image. Each status corresponds to a signing profile.
- Parameters:
signingStatuses- A list of signing statuses for the specified image. Each status corresponds to a signing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingStatuses
DescribeImageSigningStatusResponse.Builder signingStatuses(Consumer<ImageSigningStatus.Builder>... signingStatuses) A list of signing statuses for the specified image. Each status corresponds to a signing profile.
This is a convenience method that creates an instance of theImageSigningStatus.Builderavoiding the need to create one manually viaImageSigningStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosigningStatuses(List<ImageSigningStatus>).- Parameters:
signingStatuses- a consumer that will call methods onImageSigningStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-