public static interface FailedWorkspaceChangeRequest.Builder extends SdkPojo, CopyableBuilder<FailedWorkspaceChangeRequest.Builder,FailedWorkspaceChangeRequest>
Modifier and Type | Method and Description |
---|---|
FailedWorkspaceChangeRequest.Builder |
errorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be rebooted.
|
FailedWorkspaceChangeRequest.Builder |
errorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be rebooted.
|
FailedWorkspaceChangeRequest.Builder |
workspaceId(String workspaceId)
The identifier of the WorkSpace.
|
copy
applyMutation, build
FailedWorkspaceChangeRequest.Builder workspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId
- The identifier of the WorkSpace.FailedWorkspaceChangeRequest.Builder errorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be rebooted.
errorCode
- The error code that is returned if the WorkSpace cannot be rebooted.FailedWorkspaceChangeRequest.Builder errorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be rebooted.
errorMessage
- The text of the error message that is returned if the WorkSpace cannot be rebooted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.