CopyableBuilder<FailedCreateWorkspaceRequest.Builder,FailedCreateWorkspaceRequest>
, SdkBuilder<FailedCreateWorkspaceRequest.Builder,FailedCreateWorkspaceRequest>
public static interface FailedCreateWorkspaceRequest.Builder extends CopyableBuilder<FailedCreateWorkspaceRequest.Builder,FailedCreateWorkspaceRequest>
Modifier and Type | Method | Description |
---|---|---|
FailedCreateWorkspaceRequest.Builder |
errorCode(String errorCode) |
The error code.
|
FailedCreateWorkspaceRequest.Builder |
errorMessage(String errorMessage) |
The textual error message.
|
FailedCreateWorkspaceRequest.Builder |
workspaceRequest(WorkspaceRequest workspaceRequest) |
A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the
WorkSpace that could not be created.
|
copy
apply, build
FailedCreateWorkspaceRequest.Builder workspaceRequest(WorkspaceRequest workspaceRequest)
A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
workspaceRequest
- A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the
WorkSpace that could not be created.FailedCreateWorkspaceRequest.Builder errorCode(String errorCode)
The error code.
errorCode
- The error code.FailedCreateWorkspaceRequest.Builder errorMessage(String errorMessage)
The textual error message.
errorMessage
- The textual error message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.