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 method that creates an instance of theWorkspace.Builder avoiding the need to create one
manually via Workspace.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #workspaces(List.
workspaces - a consumer that will call methods on
Workspace.Builder#workspaces(java.util.Collection) 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 © 2023. All rights reserved.