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.
|
build
overrideConfiguration
copy
applyMutation, build
PutResolverRulePolicyRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutResolverRulePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.