Interface UpdateImageStorageClassRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateImageStorageClassRequest.Builder,,UpdateImageStorageClassRequest> EcrRequest.Builder,SdkBuilder<UpdateImageStorageClassRequest.Builder,,UpdateImageStorageClassRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateImageStorageClassRequest
@Mutable
@NotThreadSafe
public static interface UpdateImageStorageClassRequest.Builder
extends EcrRequest.Builder, SdkPojo, CopyableBuilder<UpdateImageStorageClassRequest.Builder,UpdateImageStorageClassRequest>
-
Method Summary
Modifier and TypeMethodDescriptionimageId(Consumer<ImageIdentifier.Builder> imageId) Sets the value of the ImageId property for this object.imageId(ImageIdentifier imageId) Sets the value of the ImageId property for this object.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 image to transition.repositoryName(String repositoryName) The name of the repository that contains the image to transition.targetStorageClass(String targetStorageClass) The target storage class for the image.targetStorageClass(TargetStorageClass targetStorageClass) The target storage class for the image.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecr.model.EcrRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
registryId
The Amazon Web Services account ID associated with the registry that contains the image to transition. 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 image to transition. 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
The name of the repository that contains the image to transition.
- Parameters:
repositoryName- The name of the repository that contains the image to transition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageId
Sets the value of the ImageId property for this object.- Parameters:
imageId- The new value for the ImageId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageId
Sets the value of the ImageId property for this object. 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:
-
targetStorageClass
The target storage class for the image.
- Parameters:
targetStorageClass- The target storage class for the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetStorageClass
The target storage class for the image.
- Parameters:
targetStorageClass- The target storage class for the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateImageStorageClassRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateImageStorageClassRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-