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 page of results.
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspacesResponse.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 page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2021. All rights reserved.