Interface FailedWorkspaceChangeRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedWorkspaceChangeRequest.Builder,
,FailedWorkspaceChangeRequest> SdkBuilder<FailedWorkspaceChangeRequest.Builder,
,FailedWorkspaceChangeRequest> SdkPojo
- Enclosing class:
FailedWorkspaceChangeRequest
@Mutable
@NotThreadSafe
public static interface FailedWorkspaceChangeRequest.Builder
extends SdkPojo, CopyableBuilder<FailedWorkspaceChangeRequest.Builder,FailedWorkspaceChangeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code that is returned if the WorkSpace cannot be rebooted.errorMessage
(String errorMessage) The text of the error message that is returned if the WorkSpace cannot be rebooted.workspaceId
(String workspaceId) The identifier of the WorkSpace.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
-
Method Details
-
workspaceId
The identifier of the WorkSpace.
- Parameters:
workspaceId
- The identifier of the WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code that is returned if the WorkSpace cannot be rebooted.
- Parameters:
errorCode
- The error code that is returned if the WorkSpace cannot be rebooted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The text of the error message that is returned if the WorkSpace cannot be rebooted.
- Parameters:
errorMessage
- The text of the error message that is returned if the WorkSpace cannot be rebooted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-