Interface DisassociateResolverQueryLogConfigResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateResolverQueryLogConfigResponse.Builder,,DisassociateResolverQueryLogConfigResponse> Route53ResolverResponse.Builder,SdkBuilder<DisassociateResolverQueryLogConfigResponse.Builder,,DisassociateResolverQueryLogConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DisassociateResolverQueryLogConfigResponse
public static interface DisassociateResolverQueryLogConfigResponse.Builder
extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<DisassociateResolverQueryLogConfigResponse.Builder,DisassociateResolverQueryLogConfigResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionresolverQueryLogConfigAssociation(Consumer<ResolverQueryLogConfigAssociation.Builder> resolverQueryLogConfigAssociation) A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.resolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation) A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
resolverQueryLogConfigAssociation
DisassociateResolverQueryLogConfigResponse.Builder resolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation) A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.
- Parameters:
 resolverQueryLogConfigAssociation- A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resolverQueryLogConfigAssociation
default DisassociateResolverQueryLogConfigResponse.Builder resolverQueryLogConfigAssociation(Consumer<ResolverQueryLogConfigAssociation.Builder> resolverQueryLogConfigAssociation) A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.
This is a convenience method that creates an instance of theResolverQueryLogConfigAssociation.Builderavoiding the need to create one manually viaResolverQueryLogConfigAssociation.builder().When the
Consumercompletes,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:
 
 
 -