public static interface CreateStandbyWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateStandbyWorkspacesResponse.Builder,CreateStandbyWorkspacesResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStandbyWorkspacesResponse.Builder failedStandbyRequests(Collection<FailedCreateStandbyWorkspacesRequest> failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
failedStandbyRequests - Information about the standby WorkSpace that could not be created.CreateStandbyWorkspacesResponse.Builder failedStandbyRequests(FailedCreateStandbyWorkspacesRequest... failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
failedStandbyRequests - Information about the standby WorkSpace that could not be created.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.Builder
avoiding the need to create one manually via
FailedCreateStandbyWorkspacesRequest.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #failedStandbyRequests(List.
failedStandbyRequests - a consumer that will call methods on
FailedCreateStandbyWorkspacesRequest.Builder#failedStandbyRequests(java.util.Collection) CreateStandbyWorkspacesResponse.Builder pendingStandbyRequests(Collection<PendingCreateStandbyWorkspacesRequest> pendingStandbyRequests)
Information about the standby WorkSpace that was created.
pendingStandbyRequests - Information about the standby WorkSpace that was created.CreateStandbyWorkspacesResponse.Builder pendingStandbyRequests(PendingCreateStandbyWorkspacesRequest... pendingStandbyRequests)
Information about the standby WorkSpace that was created.
pendingStandbyRequests - Information about the standby WorkSpace that was created.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.Builder
avoiding the need to create one manually via
PendingCreateStandbyWorkspacesRequest.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #pendingStandbyRequests(List.
pendingStandbyRequests - a consumer that will call methods on
PendingCreateStandbyWorkspacesRequest.Builder#pendingStandbyRequests(java.util.Collection) Copyright © 2023. All rights reserved.