public static interface CreateWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, CopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
Modifier and Type | Method and Description |
---|---|
CreateWorkspacesResponse.Builder |
failedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
An array of structures that represent the WorkSpaces that could not be created.
|
CreateWorkspacesResponse.Builder |
failedRequests(FailedCreateWorkspaceRequest... failedRequests)
An array of structures that represent the WorkSpaces that could not be created.
|
CreateWorkspacesResponse.Builder |
pendingRequests(Collection<Workspace> pendingRequests)
An array of structures that represent the WorkSpaces that were created.
|
CreateWorkspacesResponse.Builder |
pendingRequests(Workspace... pendingRequests)
An array of structures that represent the WorkSpaces that were created.
|
build
copy
apply, build
CreateWorkspacesResponse.Builder failedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
An array of structures that represent the WorkSpaces that could not be created.
failedRequests
- An array of structures that represent the WorkSpaces that could not be created.CreateWorkspacesResponse.Builder failedRequests(FailedCreateWorkspaceRequest... failedRequests)
An array of structures that represent the WorkSpaces that could not be created.
failedRequests
- An array of structures that represent the WorkSpaces that could not be created.CreateWorkspacesResponse.Builder pendingRequests(Collection<Workspace> pendingRequests)
An array of structures that represent the WorkSpaces that were created.
Because this operation is asynchronous, the identifier in WorkspaceId
is not immediately
available. If you immediately call DescribeWorkspaces with this identifier, no information will be
returned.
pendingRequests
- An array of structures that represent the WorkSpaces that were created.
Because this operation is asynchronous, the identifier in WorkspaceId
is not immediately
available. If you immediately call DescribeWorkspaces with this identifier, no information will
be returned.
CreateWorkspacesResponse.Builder pendingRequests(Workspace... pendingRequests)
An array of structures that represent the WorkSpaces that were created.
Because this operation is asynchronous, the identifier in WorkspaceId
is not immediately
available. If you immediately call DescribeWorkspaces with this identifier, no information will be
returned.
pendingRequests
- An array of structures that represent the WorkSpaces that were created.
Because this operation is asynchronous, the identifier in WorkspaceId
is not immediately
available. If you immediately call DescribeWorkspaces with this identifier, no information will
be returned.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.