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