Interface PutResolverQueryLogConfigPolicyRequest.Builder

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

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the account that you want to share rules with.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the account that you want to share rules with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolverQueryLogConfigPolicy

      PutResolverQueryLogConfigPolicyRequest.Builder resolverQueryLogConfigPolicy(String resolverQueryLogConfigPolicy)

      An Identity and Access Management policy statement that lists the query logging configurations 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 Actions section of the statement:

      • route53resolver:AssociateResolverQueryLogConfig

      • route53resolver:DisassociateResolverQueryLogConfig

      • route53resolver:ListResolverQueryLogConfigs

      In the Resource section of the statement, you specify the ARNs for the query logging configurations that you want to share with the account that you specified in Arn.

      Parameters:
      resolverQueryLogConfigPolicy - An Identity and Access Management policy statement that lists the query logging configurations 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 Actions section of the statement:

      • route53resolver:AssociateResolverQueryLogConfig

      • route53resolver:DisassociateResolverQueryLogConfig

      • route53resolver:ListResolverQueryLogConfigs

      In the Resource section of the statement, you specify the ARNs for the query logging configurations that you want to share with the account that you specified in Arn.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.