CopyableBuilder<DescribeWorkspacesResponse.Builder,DescribeWorkspacesResponse>, SdkBuilder<DescribeWorkspacesResponse.Builder,DescribeWorkspacesResponse>public static interface DescribeWorkspacesResponse.Builder extends CopyableBuilder<DescribeWorkspacesResponse.Builder,DescribeWorkspacesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeWorkspacesResponse.Builder |
nextToken(String nextToken) |
If not null, more results are available.
|
DescribeWorkspacesResponse.Builder |
workspaces(Collection<Workspace> workspaces) |
An array of structures that contain the information about the WorkSpaces.
|
DescribeWorkspacesResponse.Builder |
workspaces(Workspace... workspaces) |
An array of structures that contain the information about the WorkSpaces.
|
copyapply, buildDescribeWorkspacesResponse.Builder workspaces(Collection<Workspace> workspaces)
An array of structures that contain the information about the WorkSpaces.
Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.
workspaces - An array of structures that contain the information about the WorkSpaces.
Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.
DescribeWorkspacesResponse.Builder workspaces(Workspace... workspaces)
An array of structures that contain the information about the WorkSpaces.
Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.
NOTE: This method appends the values to the existing list (if any). Use
#setWorkspaces(java.util.Collection) or #withWorkspaces(java.util.Collection) if you want to
override the existing values.
workspaces - An array of structures that contain the information about the WorkSpaces.
Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.
DescribeWorkspacesResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken parameter in a
subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must
be used within that time frame.
nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a
subsequent call to this operation to retrieve the next set of items. This token is valid for one day
and must be used within that time frame.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.