Interface DeleteRepositoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>,EcrPublicRequest.Builder,SdkBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteRepositoryRequest
public static interface DeleteRepositoryRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRepositoryRequest.Builderforce(Boolean force)The force option can be used to delete a repository that contains images.DeleteRepositoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteRepositoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteRepositoryRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete.DeleteRepositoryRequest.BuilderrepositoryName(String repositoryName)The name of the repository to delete.-
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.ecrpublic.model.EcrPublicRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
registryId
DeleteRepositoryRequest.Builder registryId(String registryId)
The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.
- Parameters:
registryId- The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
DeleteRepositoryRequest.Builder repositoryName(String repositoryName)
The name of the repository to delete.
- Parameters:
repositoryName- The name of the repository to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
force
DeleteRepositoryRequest.Builder force(Boolean force)
The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.
- Parameters:
force- The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-