public static interface PutDomainPermissionsPolicyRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<PutDomainPermissionsPolicyRequest.Builder,PutDomainPermissionsPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDomainPermissionsPolicyRequest.Builder |
domain(String domain)
The name of the domain on which to set the resource policy.
|
PutDomainPermissionsPolicyRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
PutDomainPermissionsPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDomainPermissionsPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutDomainPermissionsPolicyRequest.Builder |
policyDocument(String policyDocument)
A valid displayable JSON Aspen policy string to be set as the access control resource policy on the provided
domain.
|
PutDomainPermissionsPolicyRequest.Builder |
policyRevision(String policyRevision)
The current revision of the resource policy to be set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDomainPermissionsPolicyRequest.Builder domain(String domain)
The name of the domain on which to set the resource policy.
domain - The name of the domain on which to set the resource policy.PutDomainPermissionsPolicyRequest.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.PutDomainPermissionsPolicyRequest.Builder policyRevision(String policyRevision)
The current revision of the resource policy to be set. 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 set. This revision is used for optimistic locking,
which prevents others from overwriting your changes to the domain's resource policy.PutDomainPermissionsPolicyRequest.Builder policyDocument(String policyDocument)
A valid displayable JSON Aspen policy string to be set as the access control resource policy on the provided domain.
policyDocument - A valid displayable JSON Aspen policy string to be set as the access control resource policy on the
provided domain.PutDomainPermissionsPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDomainPermissionsPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.