Interface FailedCreateStandbyWorkspacesRequest.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FailedCreateStandbyWorkspacesRequest.Builder,,- FailedCreateStandbyWorkspacesRequest> - SdkBuilder<FailedCreateStandbyWorkspacesRequest.Builder,,- FailedCreateStandbyWorkspacesRequest> - SdkPojo
- Enclosing class:
- FailedCreateStandbyWorkspacesRequest
@Mutable
@NotThreadSafe
public static interface FailedCreateStandbyWorkspacesRequest.Builder
extends SdkPojo, CopyableBuilder<FailedCreateStandbyWorkspacesRequest.Builder,FailedCreateStandbyWorkspacesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe error code that is returned if the standby WorkSpace could not be created.errorMessage(String errorMessage) The text of the error message that is returned if the standby WorkSpace could not be created.standbyWorkspaceRequest(Consumer<StandbyWorkspace.Builder> standbyWorkspaceRequest) Information about the standby WorkSpace that could not be created.standbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest) Information about the standby WorkSpace that could not be created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
standbyWorkspaceRequestFailedCreateStandbyWorkspacesRequest.Builder standbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest) Information about the standby WorkSpace that could not be created. - Parameters:
- standbyWorkspaceRequest- Information about the standby WorkSpace that could not be created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
standbyWorkspaceRequestdefault 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.Builderavoiding the need to create one manually viaStandbyWorkspace.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostandbyWorkspaceRequest(StandbyWorkspace).- Parameters:
- standbyWorkspaceRequest- a consumer that will call methods on- StandbyWorkspace.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
errorCodeThe error code that is returned if the standby WorkSpace could not be created. - Parameters:
- errorCode- The error code that is returned if the standby WorkSpace could not be created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorMessageThe text of the error message that is returned if the standby WorkSpace could not be created. - Parameters:
- errorMessage- The text of the error message that is returned if the standby WorkSpace could not be created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-