Interface PutImageTagMutabilityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutImageTagMutabilityRequest.Builder,PutImageTagMutabilityRequest>,EcrRequest.Builder,SdkBuilder<PutImageTagMutabilityRequest.Builder,PutImageTagMutabilityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutImageTagMutabilityRequest
public static interface PutImageTagMutabilityRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<PutImageTagMutabilityRequest.Builder,PutImageTagMutabilityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutImageTagMutabilityRequest.BuilderimageTagMutability(String imageTagMutability)The tag mutability setting for the repository.PutImageTagMutabilityRequest.BuilderimageTagMutability(ImageTagMutability imageTagMutability)The tag mutability setting for the repository.PutImageTagMutabilityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutImageTagMutabilityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutImageTagMutabilityRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image tag mutability settings.PutImageTagMutabilityRequest.BuilderrepositoryName(String repositoryName)The name of the repository in which to update the image tag mutability settings.-
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
PutImageTagMutabilityRequest.Builder registryId(String registryId)
The Amazon Web Services 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.
- Parameters:
registryId- The Amazon Web Services 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
PutImageTagMutabilityRequest.Builder repositoryName(String repositoryName)
The name of the repository in which to update the image tag mutability settings.
- Parameters:
repositoryName- The name of the repository in which to update the image tag mutability settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTagMutability
PutImageTagMutabilityRequest.Builder imageTagMutability(String imageTagMutability)
The tag mutability setting for the repository. If
MUTABLEis specified, image tags can be overwritten. IfIMMUTABLEis specified, all image tags within the repository will be immutable which will prevent them from being overwritten.- Parameters:
imageTagMutability- The tag mutability setting for the repository. IfMUTABLEis specified, image tags can be overwritten. IfIMMUTABLEis specified, all image tags within the repository will be immutable which will prevent them from being overwritten.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImageTagMutability,ImageTagMutability
-
imageTagMutability
PutImageTagMutabilityRequest.Builder imageTagMutability(ImageTagMutability imageTagMutability)
The tag mutability setting for the repository. If
MUTABLEis specified, image tags can be overwritten. IfIMMUTABLEis specified, all image tags within the repository will be immutable which will prevent them from being overwritten.- Parameters:
imageTagMutability- The tag mutability setting for the repository. IfMUTABLEis specified, image tags can be overwritten. IfIMMUTABLEis specified, all image tags within the repository will be immutable which will prevent them from being overwritten.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImageTagMutability,ImageTagMutability
-
overrideConfiguration
PutImageTagMutabilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutImageTagMutabilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-