public static interface DeleteDomainPermissionsPolicyRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DeleteDomainPermissionsPolicyRequest.Builder,DeleteDomainPermissionsPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDomainPermissionsPolicyRequest.Builder |
domain(String domain)
The name of the domain associated with the resource policy to be deleted.
|
DeleteDomainPermissionsPolicyRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DeleteDomainPermissionsPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDomainPermissionsPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteDomainPermissionsPolicyRequest.Builder |
policyRevision(String policyRevision)
The current revision of the resource policy to be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDomainPermissionsPolicyRequest.Builder domain(String domain)
The name of the domain associated with the resource policy to be deleted.
domain - The name of the domain associated with the resource policy to be deleted.DeleteDomainPermissionsPolicyRequest.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.DeleteDomainPermissionsPolicyRequest.Builder policyRevision(String policyRevision)
The current revision of the resource policy to be deleted. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.
policyRevision - The current revision of the resource policy to be deleted. This revision is used for optimistic
locking, which prevents others from overwriting your changes to the domain's resource policy.DeleteDomainPermissionsPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDomainPermissionsPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.