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 account that you want to grant permissions to.
|
PutResolverRulePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutResolverRulePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutResolverRulePolicyRequest.Builder |
resolverRulePolicy(String resolverRulePolicy)
An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to
another AWS account.
|
buildoverrideConfigurationcopyapplyMutation, buildPutResolverRulePolicyRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the account that you want to grant permissions to.
arn - The Amazon Resource Name (ARN) of the account that you want to grant permissions to.PutResolverRulePolicyRequest.Builder resolverRulePolicy(String resolverRulePolicy)
An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to another AWS account.
resolverRulePolicy - An AWS Identity and Access Management policy statement that lists the permissions that you want to
grant to another AWS account.PutResolverRulePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutResolverRulePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.