CopyableBuilder<DescribeWorkspacesConnectionStatusRequest.Builder,DescribeWorkspacesConnectionStatusRequest>, SdkBuilder<DescribeWorkspacesConnectionStatusRequest.Builder,DescribeWorkspacesConnectionStatusRequest>public static interface DescribeWorkspacesConnectionStatusRequest.Builder extends CopyableBuilder<DescribeWorkspacesConnectionStatusRequest.Builder,DescribeWorkspacesConnectionStatusRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeWorkspacesConnectionStatusRequest.Builder |
nextToken(String nextToken) |
The next token of the request.
|
DescribeWorkspacesConnectionStatusRequest.Builder |
workspaceIds(String... workspaceIds) |
An array of strings that contain the identifiers of the WorkSpaces.
|
DescribeWorkspacesConnectionStatusRequest.Builder |
workspaceIds(Collection<String> workspaceIds) |
An array of strings that contain the identifiers of the WorkSpaces.
|
copyapply, buildDescribeWorkspacesConnectionStatusRequest.Builder workspaceIds(Collection<String> workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces.
workspaceIds - An array of strings that contain the identifiers of the WorkSpaces.DescribeWorkspacesConnectionStatusRequest.Builder workspaceIds(String... workspaceIds)
An array of strings that contain the identifiers of the WorkSpaces.
NOTE: This method appends the values to the existing list (if any). Use
#setWorkspaceIds(java.util.Collection) or #withWorkspaceIds(java.util.Collection) if you want
to override the existing values.
workspaceIds - An array of strings that contain the identifiers of the WorkSpaces.DescribeWorkspacesConnectionStatusRequest.Builder nextToken(String nextToken)
The next token of the request.
nextToken - The next token of the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.