public static interface DescribeWorkspacesConnectionStatusRequest.Builder extends WorkSpacesRequest.Builder, CopyableBuilder<DescribeWorkspacesConnectionStatusRequest.Builder,DescribeWorkspacesConnectionStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspacesConnectionStatusRequest.Builder |
nextToken(String nextToken)
The next token of the request.
|
DescribeWorkspacesConnectionStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeWorkspacesConnectionStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeWorkspacesConnectionStatusRequest.Builder |
workspaceIds(Collection<String> 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.
|
buildoverrideConfigurationcopyapplyMutation, 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.
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.DescribeWorkspacesConnectionStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeWorkspacesConnectionStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.