public static interface CreateWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspacesResponse.Builder |
failedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
Information about the WorkSpaces that could not be created.
|
CreateWorkspacesResponse.Builder |
failedRequests(Consumer<FailedCreateWorkspaceRequest.Builder>... failedRequests)
Information about the WorkSpaces that could not be created.
|
CreateWorkspacesResponse.Builder |
failedRequests(FailedCreateWorkspaceRequest... failedRequests)
Information about the WorkSpaces that could not be created.
|
CreateWorkspacesResponse.Builder |
pendingRequests(Collection<Workspace> pendingRequests)
Information about the WorkSpaces that were created.
|
CreateWorkspacesResponse.Builder |
pendingRequests(Consumer<Workspace.Builder>... pendingRequests)
Information about the WorkSpaces that were created.
|
CreateWorkspacesResponse.Builder |
pendingRequests(Workspace... pendingRequests)
Information about the WorkSpaces that were created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkspacesResponse.Builder failedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
Information about the WorkSpaces that could not be created.
failedRequests - Information about the WorkSpaces that could not be created.CreateWorkspacesResponse.Builder failedRequests(FailedCreateWorkspaceRequest... failedRequests)
Information about the WorkSpaces that could not be created.
failedRequests - Information about the WorkSpaces that could not be created.CreateWorkspacesResponse.Builder failedRequests(Consumer<FailedCreateWorkspaceRequest.Builder>... failedRequests)
Information about the WorkSpaces that could not be created.
This is a convenience method that creates an instance of theFailedCreateWorkspaceRequest.Builder avoiding the
need to create one manually via
FailedCreateWorkspaceRequest.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #failedRequests(List.
failedRequests - a consumer that will call methods on
FailedCreateWorkspaceRequest.Builder#failedRequests(java.util.Collection) CreateWorkspacesResponse.Builder pendingRequests(Collection<Workspace> pendingRequests)
Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
pendingRequests - Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
CreateWorkspacesResponse.Builder pendingRequests(Workspace... pendingRequests)
Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
pendingRequests - Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
CreateWorkspacesResponse.Builder pendingRequests(Consumer<Workspace.Builder>... pendingRequests)
Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
This is a convenience method that creates an instance of theWorkspace.Builder avoiding the need to create one
manually via Workspace.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #pendingRequests(List.
pendingRequests - a consumer that will call methods on
Workspace.Builder#pendingRequests(java.util.Collection) Copyright © 2023. All rights reserved.