public static interface FailedCreateWorkspaceRequest.Builder extends SdkPojo, CopyableBuilder<FailedCreateWorkspaceRequest.Builder,FailedCreateWorkspaceRequest>
Modifier and Type | Method and Description |
---|---|
FailedCreateWorkspaceRequest.Builder |
errorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be created.
|
FailedCreateWorkspaceRequest.Builder |
errorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be created.
|
default FailedCreateWorkspaceRequest.Builder |
workspaceRequest(Consumer<WorkspaceRequest.Builder> workspaceRequest)
Information about the WorkSpace.
|
FailedCreateWorkspaceRequest.Builder |
workspaceRequest(WorkspaceRequest workspaceRequest)
Information about the WorkSpace.
|
copy
applyMutation, build
FailedCreateWorkspaceRequest.Builder workspaceRequest(WorkspaceRequest workspaceRequest)
Information about the WorkSpace.
workspaceRequest
- Information about the WorkSpace.default FailedCreateWorkspaceRequest.Builder workspaceRequest(Consumer<WorkspaceRequest.Builder> workspaceRequest)
Information about the WorkSpace.
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.Builder
workspaceRequest(WorkspaceRequest)
FailedCreateWorkspaceRequest.Builder errorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be created.
errorCode
- The error code that is returned if the WorkSpace cannot be created.FailedCreateWorkspaceRequest.Builder errorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be created.
errorMessage
- The text of the error message that is returned if the WorkSpace cannot be created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.