Interface GetQueryLoggingConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetQueryLoggingConfigResponse.Builder,GetQueryLoggingConfigResponse>,Route53Response.Builder,SdkBuilder<GetQueryLoggingConfigResponse.Builder,GetQueryLoggingConfigResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetQueryLoggingConfigResponse
public static interface GetQueryLoggingConfigResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<GetQueryLoggingConfigResponse.Builder,GetQueryLoggingConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetQueryLoggingConfigResponse.BuilderqueryLoggingConfig(Consumer<QueryLoggingConfig.Builder> queryLoggingConfig)A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.GetQueryLoggingConfigResponse.BuilderqueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.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 Detail
-
queryLoggingConfig
GetQueryLoggingConfigResponse.Builder queryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
- Parameters:
queryLoggingConfig- A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryLoggingConfig
default GetQueryLoggingConfigResponse.Builder queryLoggingConfig(Consumer<QueryLoggingConfig.Builder> queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
This is a convenience method that creates an instance of theQueryLoggingConfig.Builderavoiding the need to create one manually viaQueryLoggingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueryLoggingConfig(QueryLoggingConfig).- Parameters:
queryLoggingConfig- a consumer that will call methods onQueryLoggingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
queryLoggingConfig(QueryLoggingConfig)
-
-