Interface GetResolverQueryLogConfigAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetResolverQueryLogConfigAssociationResponse.Builder,
,GetResolverQueryLogConfigAssociationResponse> Route53ResolverResponse.Builder
,SdkBuilder<GetResolverQueryLogConfigAssociationResponse.Builder,
,GetResolverQueryLogConfigAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetResolverQueryLogConfigAssociationResponse
public static interface GetResolverQueryLogConfigAssociationResponse.Builder
extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<GetResolverQueryLogConfigAssociationResponse.Builder,GetResolverQueryLogConfigAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresolverQueryLogConfigAssociation
(Consumer<ResolverQueryLogConfigAssociation.Builder> resolverQueryLogConfigAssociation) Information about the Resolver query logging configuration association that you specified in aGetQueryLogConfigAssociation
request.resolverQueryLogConfigAssociation
(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation) Information about the Resolver query logging configuration association that you specified in aGetQueryLogConfigAssociation
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
resolverQueryLogConfigAssociation
GetResolverQueryLogConfigAssociationResponse.Builder resolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation) Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation
request.- Parameters:
resolverQueryLogConfigAssociation
- Information about the Resolver query logging configuration association that you specified in aGetQueryLogConfigAssociation
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverQueryLogConfigAssociation
default GetResolverQueryLogConfigAssociationResponse.Builder resolverQueryLogConfigAssociation(Consumer<ResolverQueryLogConfigAssociation.Builder> resolverQueryLogConfigAssociation) Information about the Resolver query logging configuration association that you specified in a
This is a convenience method that creates an instance of theGetQueryLogConfigAssociation
request.ResolverQueryLogConfigAssociation.Builder
avoiding the need to create one manually viaResolverQueryLogConfigAssociation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation)
.- Parameters:
resolverQueryLogConfigAssociation
- a consumer that will call methods onResolverQueryLogConfigAssociation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-