public static interface DescribeWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkspacesResponse.Builder,DescribeWorkspacesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeWorkspacesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
DescribeWorkspacesResponse.Builder |
workspaces(Collection<Workspace> workspaces)
Information about the WorkSpaces.
|
DescribeWorkspacesResponse.Builder |
workspaces(Consumer<Workspace.Builder>... workspaces)
Information about the WorkSpaces.
|
DescribeWorkspacesResponse.Builder |
workspaces(Workspace... workspaces)
Information about the WorkSpaces.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeWorkspacesResponse.Builder workspaces(Collection<Workspace> workspaces)
Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
workspaces
- Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
DescribeWorkspacesResponse.Builder workspaces(Workspace... workspaces)
Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
workspaces
- Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
DescribeWorkspacesResponse.Builder workspaces(Consumer<Workspace.Builder>... workspaces)
Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could 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 #workspaces(List)
.workspaces
- a consumer that will call methods on List.Builder
#workspaces(List)
DescribeWorkspacesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.