Interface DeleteRepositoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>,EcrRequest.Builder,SdkBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteRepositoryRequest
public static interface DeleteRepositoryRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRepositoryRequest.Builderforce(Boolean force)If true, deleting the repository force deletes the contents of the repository.DeleteRepositoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteRepositoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteRepositoryRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the 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.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
DeleteRepositoryRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository to delete. 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 to delete. 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
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)
If true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it.
- Parameters:
force- If true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it.- 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
-
-