public static interface DeleteRepositoryPermissionsPolicyRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryPermissionsPolicyRequest.Builder,DeleteRepositoryPermissionsPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryPermissionsPolicyRequest.Builder |
domain(String domain)
The name of the domain that contains the repository associated with the resource policy to be deleted.
|
DeleteRepositoryPermissionsPolicyRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
DeleteRepositoryPermissionsPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRepositoryPermissionsPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRepositoryPermissionsPolicyRequest.Builder |
policyRevision(String policyRevision)
The revision of the repository's resource policy to be deleted.
|
DeleteRepositoryPermissionsPolicyRequest.Builder |
repository(String repository)
The name of the repository that is associated with the resource policy to be deleted
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRepositoryPermissionsPolicyRequest.Builder domain(String domain)
The name of the domain that contains the repository associated with the resource policy to be deleted.
domain - The name of the domain that contains the repository associated with the resource policy to be deleted.DeleteRepositoryPermissionsPolicyRequest.Builder domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the AWS account that owns the domain. It does not include dashes or
spaces.DeleteRepositoryPermissionsPolicyRequest.Builder repository(String repository)
The name of the repository that is associated with the resource policy to be deleted
repository - The name of the repository that is associated with the resource policy to be deletedDeleteRepositoryPermissionsPolicyRequest.Builder policyRevision(String policyRevision)
The revision of the repository's resource policy to be deleted. This revision is used for optimistic locking, which prevents others from accidentally overwriting your changes to the repository's resource policy.
policyRevision - The revision of the repository's resource policy to be deleted. This revision is used for optimistic
locking, which prevents others from accidentally overwriting your changes to the repository's resource
policy.DeleteRepositoryPermissionsPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRepositoryPermissionsPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.