public static interface DescribeWorkspaceDirectoriesResponse.Builder extends WorkSpacesResponse.Builder, CopyableBuilder<DescribeWorkspaceDirectoriesResponse.Builder,DescribeWorkspaceDirectoriesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceDirectoriesResponse.Builder |
directories(Collection<WorkspaceDirectory> directories)
An array of structures that contain information about the directories.
|
DescribeWorkspaceDirectoriesResponse.Builder |
directories(Consumer<WorkspaceDirectory.Builder>... directories)
An array of structures that contain information about the directories.
|
DescribeWorkspaceDirectoriesResponse.Builder |
directories(WorkspaceDirectory... directories)
An array of structures that contain information about the directories.
|
DescribeWorkspaceDirectoriesResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeWorkspaceDirectoriesResponse.Builder directories(Collection<WorkspaceDirectory> directories)
An array of structures that contain information about the directories.
directories - An array of structures that contain information about the directories.DescribeWorkspaceDirectoriesResponse.Builder directories(WorkspaceDirectory... directories)
An array of structures that contain information about the directories.
directories - An array of structures that contain information about the directories.DescribeWorkspaceDirectoriesResponse.Builder directories(Consumer<WorkspaceDirectory.Builder>... directories)
An array of structures that contain information about the directories.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #directories(List) .directories - a consumer that will call methods on List.Builder #directories(List) DescribeWorkspaceDirectoriesResponse.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.