Interface PutResolverRulePolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutResolverRulePolicyRequest.Builder,PutResolverRulePolicyRequest>,Route53ResolverRequest.Builder,SdkBuilder<PutResolverRulePolicyRequest.Builder,PutResolverRulePolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutResolverRulePolicyRequest
public static interface PutResolverRulePolicyRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<PutResolverRulePolicyRequest.Builder,PutResolverRulePolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutResolverRulePolicyRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the rule that you want to share with another account.PutResolverRulePolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutResolverRulePolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutResolverRulePolicyRequest.BuilderresolverRulePolicy(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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
PutResolverRulePolicyRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
- Parameters:
arn- The Amazon Resource Name (ARN) of the rule that you want to share with another account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverRulePolicy
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
Actionsection of the statement:-
route53resolver:GetResolverRule -
route53resolver:AssociateResolverRule -
route53resolver:DisassociateResolverRule -
route53resolver:ListResolverRules -
route53resolver:ListResolverRuleAssociations
In the
Resourcesection of the statement, specify the ARN for the rule that you want to share with another account. Specify the same ARN that you specified inArn.- Parameters:
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 theActionsection of the statement:-
route53resolver:GetResolverRule -
route53resolver:AssociateResolverRule -
route53resolver:DisassociateResolverRule -
route53resolver:ListResolverRules -
route53resolver:ListResolverRuleAssociations
In the
Resourcesection of the statement, specify the ARN for the rule that you want to share with another account. Specify the same ARN that you specified inArn.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
PutResolverRulePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutResolverRulePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-