Interface PutResolverQueryLogConfigPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutResolverQueryLogConfigPolicyRequest.Builder,PutResolverQueryLogConfigPolicyRequest>,Route53ResolverRequest.Builder,SdkBuilder<PutResolverQueryLogConfigPolicyRequest.Builder,PutResolverQueryLogConfigPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutResolverQueryLogConfigPolicyRequest
public static interface PutResolverQueryLogConfigPolicyRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<PutResolverQueryLogConfigPolicyRequest.Builder,PutResolverQueryLogConfigPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutResolverQueryLogConfigPolicyRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the account that you want to share rules with.PutResolverQueryLogConfigPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutResolverQueryLogConfigPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutResolverQueryLogConfigPolicyRequest.BuilderresolverQueryLogConfigPolicy(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.-
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
PutResolverQueryLogConfigPolicyRequest.Builder arn(String 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
Actionssection of the statement:-
route53resolver:AssociateResolverQueryLogConfig -
route53resolver:DisassociateResolverQueryLogConfig -
route53resolver:ListResolverQueryLogConfigs
In the
Resourcesection of the statement, you specify the ARNs for the query logging configurations that you want to share with the account that you specified inArn.- 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 theActionssection of the statement:-
route53resolver:AssociateResolverQueryLogConfig -
route53resolver:DisassociateResolverQueryLogConfig -
route53resolver:ListResolverQueryLogConfigs
In the
Resourcesection of the statement, you specify the ARNs for the query logging configurations that you want to share with the account that you specified inArn.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
PutResolverQueryLogConfigPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutResolverQueryLogConfigPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-