CopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
, SdkBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
public static interface CreateWorkspacesResponse.Builder extends CopyableBuilder<CreateWorkspacesResponse.Builder,CreateWorkspacesResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailedRequests(java.util.Collection)
or #withFailedRequests(java.util.Collection)
if you
want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setPendingRequests(java.util.Collection)
or #withPendingRequests(java.util.Collection)
if
you want to override the existing values.
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.