Interface QueryLoggingConfigurationStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QueryLoggingConfigurationStatus.Builder,,QueryLoggingConfigurationStatus> SdkBuilder<QueryLoggingConfigurationStatus.Builder,,QueryLoggingConfigurationStatus> SdkPojo
- Enclosing class:
QueryLoggingConfigurationStatus
@Mutable
@NotThreadSafe
public static interface QueryLoggingConfigurationStatus.Builder
extends SdkPojo, CopyableBuilder<QueryLoggingConfigurationStatus.Builder,QueryLoggingConfigurationStatus>
-
Method Summary
Modifier and TypeMethodDescriptionstatusCode(String statusCodeValue) The current status of the query logging configuration.statusCode(QueryLoggingConfigurationStatusCode statusCodeValue) The current status of the query logging configuration.statusReason(String statusReason) If there is a failure, the reason for the failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
statusCode
The current status of the query logging configuration.
- Parameters:
statusCodeValue- The current status of the query logging configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
QueryLoggingConfigurationStatus.Builder statusCode(QueryLoggingConfigurationStatusCode statusCodeValue) The current status of the query logging configuration.
- Parameters:
statusCodeValue- The current status of the query logging configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
If there is a failure, the reason for the failure.
- Parameters:
statusReason- If there is a failure, the reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-