public static interface DescribeWorkspacesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspacesRequest.Builder,DescribeWorkspacesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspacesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderDescribeWorkspacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.