Interface AssociateResolverQueryLogConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateResolverQueryLogConfigRequest.Builder,,AssociateResolverQueryLogConfigRequest> Route53ResolverRequest.Builder,SdkBuilder<AssociateResolverQueryLogConfigRequest.Builder,,AssociateResolverQueryLogConfigRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
AssociateResolverQueryLogConfigRequest
public static interface AssociateResolverQueryLogConfigRequest.Builder
extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<AssociateResolverQueryLogConfigRequest.Builder,AssociateResolverQueryLogConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resolverQueryLogConfigId(String resolverQueryLogConfigId) The ID of the query logging configuration that you want to associate a VPC with.resourceId(String resourceId) The ID of an Amazon VPC that you want this query logging configuration to log queries for.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resolverQueryLogConfigId
AssociateResolverQueryLogConfigRequest.Builder resolverQueryLogConfigId(String resolverQueryLogConfigId) The ID of the query logging configuration that you want to associate a VPC with.
- Parameters:
resolverQueryLogConfigId- The ID of the query logging configuration that you want to associate a VPC with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The ID of an Amazon VPC that you want this query logging configuration to log queries for.
The VPCs and the query logging configuration must be in the same Region.
- Parameters:
resourceId- The ID of an Amazon VPC that you want this query logging configuration to log queries for.The VPCs and the query logging configuration must be in the same Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateResolverQueryLogConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssociateResolverQueryLogConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-