public static interface PutImageTagMutabilityRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<PutImageTagMutabilityRequest.Builder,PutImageTagMutabilityRequest>
| Modifier and Type | Method and Description |
|---|---|
PutImageTagMutabilityRequest.Builder |
imageTagMutability(ImageTagMutability imageTagMutability)
The tag mutability setting for the repository.
|
PutImageTagMutabilityRequest.Builder |
imageTagMutability(String imageTagMutability)
The tag mutability setting for the repository.
|
PutImageTagMutabilityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutImageTagMutabilityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutImageTagMutabilityRequest.Builder |
registryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to update the image tag
mutability settings.
|
PutImageTagMutabilityRequest.Builder |
repositoryName(String repositoryName)
The name of the repository in which to update the image tag mutability settings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutImageTagMutabilityRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the repository in which to update the
image tag mutability settings. If you do not specify a registry, the default registry is assumed.PutImageTagMutabilityRequest.Builder repositoryName(String repositoryName)
The name of the repository in which to update the image tag mutability settings.
repositoryName - The name of the repository in which to update the image tag mutability settings.PutImageTagMutabilityRequest.Builder imageTagMutability(String imageTagMutability)
The tag mutability setting for the repository. If MUTABLE is specified, image tags can be
overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable
which will prevent them from being overwritten.
imageTagMutability - The tag mutability setting for the repository. If MUTABLE is specified, image tags can be
overwritten. If IMMUTABLE is specified, all image tags within the repository will be
immutable which will prevent them from being overwritten.ImageTagMutability,
ImageTagMutabilityPutImageTagMutabilityRequest.Builder imageTagMutability(ImageTagMutability imageTagMutability)
The tag mutability setting for the repository. If MUTABLE is specified, image tags can be
overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable
which will prevent them from being overwritten.
imageTagMutability - The tag mutability setting for the repository. If MUTABLE is specified, image tags can be
overwritten. If IMMUTABLE is specified, all image tags within the repository will be
immutable which will prevent them from being overwritten.ImageTagMutability,
ImageTagMutabilityPutImageTagMutabilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutImageTagMutabilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.