public static interface PutResolverRulePolicyRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<PutResolverRulePolicyRequest.Builder,PutResolverRulePolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutResolverRulePolicyRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
|
PutResolverRulePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutResolverRulePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutResolverRulePolicyRequest.Builder |
resolverRulePolicy(String resolverRulePolicy)
An Identity and Access Management policy statement that lists the rules that you want to share with another
Amazon Web Services account and the operations that you want the account to be able to perform.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutResolverRulePolicyRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
arn - The Amazon Resource Name (ARN) of the rule that you want to share with another account.PutResolverRulePolicyRequest.Builder resolverRulePolicy(String resolverRulePolicy)
An Identity and Access Management policy statement that lists the rules that you want to share with another
Amazon Web Services account and the operations that you want the account to be able to perform. You can
specify the following operations in the Action section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource section of the statement, specify the ARN for the rule that you want to share
with another account. Specify the same ARN that you specified in Arn.
resolverRulePolicy - An Identity and Access Management policy statement that lists the rules that you want to share with
another Amazon Web Services account and the operations that you want the account to be able to
perform. You can specify the following operations in the Action section of the
statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource section of the statement, specify the ARN for the rule that you want to
share with another account. Specify the same ARN that you specified in Arn.
PutResolverRulePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutResolverRulePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.