Interface GetResolverQueryLogConfigAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetResolverQueryLogConfigAssociationRequest.Builder,GetResolverQueryLogConfigAssociationRequest>,Route53ResolverRequest.Builder,SdkBuilder<GetResolverQueryLogConfigAssociationRequest.Builder,GetResolverQueryLogConfigAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetResolverQueryLogConfigAssociationRequest
public static interface GetResolverQueryLogConfigAssociationRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<GetResolverQueryLogConfigAssociationRequest.Builder,GetResolverQueryLogConfigAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResolverQueryLogConfigAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetResolverQueryLogConfigAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetResolverQueryLogConfigAssociationRequest.BuilderresolverQueryLogConfigAssociationId(String resolverQueryLogConfigAssociationId)The ID of the Resolver query logging configuration association that you want to get information about.-
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
-
resolverQueryLogConfigAssociationId
GetResolverQueryLogConfigAssociationRequest.Builder resolverQueryLogConfigAssociationId(String resolverQueryLogConfigAssociationId)
The ID of the Resolver query logging configuration association that you want to get information about.
- Parameters:
resolverQueryLogConfigAssociationId- The ID of the Resolver query logging configuration association that you want to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetResolverQueryLogConfigAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetResolverQueryLogConfigAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-