public static interface DescribeWorkspacesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspacesRequest.Builder,DescribeWorkspacesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeWorkspacesRequest.Builder |
bundleId(String bundleId)
The identifier of the bundle.
|
DescribeWorkspacesRequest.Builder |
directoryId(String directoryId)
The identifier of the directory.
|
DescribeWorkspacesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
DescribeWorkspacesRequest.Builder |
nextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to
receive the next set of results. |
DescribeWorkspacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeWorkspacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeWorkspacesRequest.Builder |
userName(String userName)
The name of the directory user.
|
DescribeWorkspacesRequest.Builder |
workspaceIds(Collection<String> workspaceIds)
The identifiers of the WorkSpaces.
|
DescribeWorkspacesRequest.Builder |
workspaceIds(String... workspaceIds)
The identifiers of the WorkSpaces.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeWorkspacesRequest.Builder workspaceIds(Collection<String> workspaceIds)
The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.
Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.
workspaceIds
- The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.
Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.
DescribeWorkspacesRequest.Builder workspaceIds(String... workspaceIds)
The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.
Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.
workspaceIds
- The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.
Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.
DescribeWorkspacesRequest.Builder directoryId(String directoryId)
The identifier of the directory. In addition, you can optionally specify a specific directory user (see
UserName
). You cannot combine this parameter with any other filter.
directoryId
- The identifier of the directory. In addition, you can optionally specify a specific directory user
(see UserName
). You cannot combine this parameter with any other filter.DescribeWorkspacesRequest.Builder userName(String userName)
The name of the directory user. You must specify this parameter with DirectoryId
.
userName
- The name of the directory user. You must specify this parameter with DirectoryId
.DescribeWorkspacesRequest.Builder bundleId(String bundleId)
The identifier of the bundle. All WorkSpaces that are created from this bundle are retrieved. You cannot combine this parameter with any other filter.
bundleId
- The identifier of the bundle. All WorkSpaces that are created from this bundle are retrieved. You
cannot combine this parameter with any other filter.DescribeWorkspacesRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- The maximum number of items to return.DescribeWorkspacesRequest.Builder nextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token
to receive the next set of results.DescribeWorkspacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeWorkspacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.