public static interface DeleteRepositoryRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryRequest.Builder |
domain(String domain)
The name of the domain that contains the repository to delete.
|
DeleteRepositoryRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DeleteRepositoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRepositoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRepositoryRequest.Builder |
repository(String repository)
The name of the repository to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRepositoryRequest.Builder domain(String domain)
The name of the domain that contains the repository to delete.
domain - The name of the domain that contains the repository to delete.DeleteRepositoryRequest.Builder domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not
include dashes or spaces.DeleteRepositoryRequest.Builder repository(String repository)
The name of the repository to delete.
repository - The name of the repository to delete.DeleteRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.