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
Modifier and TypeMethodDescriptionIf a repository contains images, forces the deletion.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 repository to delete.repositoryName
(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, sdkFields
-
Method Details
-
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
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
If a repository contains images, forces the deletion.
- Parameters:
force
- If a repository contains images, forces the deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-