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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateWorkspacesResponse.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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #failedRequests(List)
.failedRequests
- a consumer that will call methods on List.Builder
#failedRequests(List)
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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #pendingRequests(List)
.pendingRequests
- a consumer that will call methods on List.Builder
#pendingRequests(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.