Interface UpdateQueryLoggingConfigurationResponse.Builder
- All Superinterfaces:
AmpResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateQueryLoggingConfigurationResponse.Builder,
,UpdateQueryLoggingConfigurationResponse> SdkBuilder<UpdateQueryLoggingConfigurationResponse.Builder,
,UpdateQueryLoggingConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateQueryLoggingConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateQueryLoggingConfigurationResponse.Builder
extends AmpResponse.Builder, SdkPojo, CopyableBuilder<UpdateQueryLoggingConfigurationResponse.Builder,UpdateQueryLoggingConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current status of the query logging configuration.The current status of the query logging configuration.Methods inherited from interface software.amazon.awssdk.services.amp.model.AmpResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The current status of the query logging configuration.
- Parameters:
status
- The current status of the query logging configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default UpdateQueryLoggingConfigurationResponse.Builder status(Consumer<QueryLoggingConfigurationStatus.Builder> status) The current status of the query logging configuration.
This is a convenience method that creates an instance of theQueryLoggingConfigurationStatus.Builder
avoiding the need to create one manually viaQueryLoggingConfigurationStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatus(QueryLoggingConfigurationStatus)
.- Parameters:
status
- a consumer that will call methods onQueryLoggingConfigurationStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-