Interface LoggingConfigurationStatus.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LoggingConfigurationStatus.Builder,,LoggingConfigurationStatus> SdkBuilder<LoggingConfigurationStatus.Builder,,LoggingConfigurationStatus> SdkPojo
- Enclosing class:
 LoggingConfigurationStatus
public static interface LoggingConfigurationStatus.Builder
extends SdkPojo, CopyableBuilder<LoggingConfigurationStatus.Builder,LoggingConfigurationStatus> 
- 
Method Summary
Modifier and TypeMethodDescriptionstatusCode(String statusCodeValue) The current status of the logging configuration.statusCode(LoggingConfigurationStatusCode statusCodeValue) The current status of the logging configuration.statusReason(String statusReason) If failed, 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 logging configuration.
- Parameters:
 statusCodeValue- The current status of the logging configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusCode
The current status of the logging configuration.
- Parameters:
 statusCodeValue- The current status of the logging configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusReason
If failed, the reason for the failure.
- Parameters:
 statusReason- If failed, the reason for the failure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -