public static interface FailedCreateStandbyWorkspacesRequest.Builder extends SdkPojo, CopyableBuilder<FailedCreateStandbyWorkspacesRequest.Builder,FailedCreateStandbyWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
FailedCreateStandbyWorkspacesRequest.Builder |
errorCode(String errorCode)
The error code that is returned if the standby WorkSpace could not be created.
|
FailedCreateStandbyWorkspacesRequest.Builder |
errorMessage(String errorMessage)
The text of the error message that is returned if the standby WorkSpace could not be created.
|
default FailedCreateStandbyWorkspacesRequest.Builder |
standbyWorkspaceRequest(Consumer<StandbyWorkspace.Builder> standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
FailedCreateStandbyWorkspacesRequest.Builder |
standbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailedCreateStandbyWorkspacesRequest.Builder standbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
standbyWorkspaceRequest - Information about the standby WorkSpace that could not be created.default FailedCreateStandbyWorkspacesRequest.Builder standbyWorkspaceRequest(Consumer<StandbyWorkspace.Builder> standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
This is a convenience method that creates an instance of theStandbyWorkspace.Builder avoiding the
need to create one manually via StandbyWorkspace.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to standbyWorkspaceRequest(StandbyWorkspace).
standbyWorkspaceRequest - a consumer that will call methods on StandbyWorkspace.BuilderstandbyWorkspaceRequest(StandbyWorkspace)FailedCreateStandbyWorkspacesRequest.Builder errorCode(String errorCode)
The error code that is returned if the standby WorkSpace could not be created.
errorCode - The error code that is returned if the standby WorkSpace could not be created.FailedCreateStandbyWorkspacesRequest.Builder errorMessage(String errorMessage)
The text of the error message that is returned if the standby WorkSpace could not be created.
errorMessage - The text of the error message that is returned if the standby WorkSpace could not be created.Copyright © 2023. All rights reserved.