Interface CreateStandbyWorkspacesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateStandbyWorkspacesResponse.Builder,CreateStandbyWorkspacesResponse>,SdkBuilder<CreateStandbyWorkspacesResponse.Builder,CreateStandbyWorkspacesResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesResponse.Builder
- Enclosing class:
- CreateStandbyWorkspacesResponse
public static interface CreateStandbyWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateStandbyWorkspacesResponse.Builder,CreateStandbyWorkspacesResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
failedStandbyRequests
CreateStandbyWorkspacesResponse.Builder failedStandbyRequests(Collection<FailedCreateStandbyWorkspacesRequest> failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
- Parameters:
failedStandbyRequests- 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.
-
failedStandbyRequests
CreateStandbyWorkspacesResponse.Builder failedStandbyRequests(FailedCreateStandbyWorkspacesRequest... failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
- Parameters:
failedStandbyRequests- 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.
-
failedStandbyRequests
CreateStandbyWorkspacesResponse.Builder failedStandbyRequests(Consumer<FailedCreateStandbyWorkspacesRequest.Builder>... failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
This is a convenience method that creates an instance of theFailedCreateStandbyWorkspacesRequest.Builderavoiding the need to create one manually viaFailedCreateStandbyWorkspacesRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failedStandbyRequests(List.) - Parameters:
failedStandbyRequests- a consumer that will call methods onFailedCreateStandbyWorkspacesRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#failedStandbyRequests(java.util.Collection)
-
pendingStandbyRequests
CreateStandbyWorkspacesResponse.Builder pendingStandbyRequests(Collection<PendingCreateStandbyWorkspacesRequest> pendingStandbyRequests)
Information about the standby WorkSpace that was created.
- Parameters:
pendingStandbyRequests- Information about the standby WorkSpace that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingStandbyRequests
CreateStandbyWorkspacesResponse.Builder pendingStandbyRequests(PendingCreateStandbyWorkspacesRequest... pendingStandbyRequests)
Information about the standby WorkSpace that was created.
- Parameters:
pendingStandbyRequests- Information about the standby WorkSpace that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingStandbyRequests
CreateStandbyWorkspacesResponse.Builder pendingStandbyRequests(Consumer<PendingCreateStandbyWorkspacesRequest.Builder>... pendingStandbyRequests)
Information about the standby WorkSpace that was created.
This is a convenience method that creates an instance of thePendingCreateStandbyWorkspacesRequest.Builderavoiding the need to create one manually viaPendingCreateStandbyWorkspacesRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#pendingStandbyRequests(List.) - Parameters:
pendingStandbyRequests- a consumer that will call methods onPendingCreateStandbyWorkspacesRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#pendingStandbyRequests(java.util.Collection)
-
-