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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateResolverQueryLogConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateResolverQueryLogConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateResolverQueryLogConfigRequest.BuilderresolverQueryLogConfigId(String resolverQueryLogConfigId)The ID of the query logging configuration that you want to associate a VPC with.AssociateResolverQueryLogConfigRequest.BuilderresourceId(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
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
-
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
AssociateResolverQueryLogConfigRequest.Builder resourceId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateResolverQueryLogConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-