public static interface FailedCreateWorkspaceRequest.Builder extends CopyableBuilder<FailedCreateWorkspaceRequest.Builder,FailedCreateWorkspaceRequest>
| Modifier and Type | Method and Description |
|---|---|
FailedCreateWorkspaceRequest.Builder |
errorCode(String errorCode)
The error code.
|
FailedCreateWorkspaceRequest.Builder |
errorMessage(String errorMessage)
The textual error message.
|
default FailedCreateWorkspaceRequest.Builder |
workspaceRequest(Consumer<WorkspaceRequest.Builder> workspaceRequest)
A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the
WorkSpace that could not be created.
|
FailedCreateWorkspaceRequest.Builder |
workspaceRequest(WorkspaceRequest workspaceRequest)
A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the
WorkSpace that could not be created.
|
copyapply, buildFailedCreateWorkspaceRequest.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.default FailedCreateWorkspaceRequest.Builder workspaceRequest(Consumer<WorkspaceRequest.Builder> workspaceRequest)
A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.
This is a convenience that creates an instance of theWorkspaceRequest.Builder avoiding the need to
create one manually via WorkspaceRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to workspaceRequest(WorkspaceRequest).workspaceRequest - a consumer that will call methods on WorkspaceRequest.BuilderworkspaceRequest(WorkspaceRequest)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.