Interface PutResolverRulePolicyRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<PutResolverRulePolicyRequest.Builder,PutResolverRulePolicyRequest>, Route53ResolverRequest.Builder, SdkBuilder<PutResolverRulePolicyRequest.Builder,PutResolverRulePolicyRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
PutResolverRulePolicyRequest

  • Method Details

    • 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 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.

      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 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      PutResolverRulePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.