public static interface DescribeDirectoryConfigsResponse.Builder extends AppStreamResponse.Builder, CopyableBuilder<DescribeDirectoryConfigsResponse.Builder,DescribeDirectoryConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectoryConfigsResponse.Builder |
directoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations.
|
DescribeDirectoryConfigsResponse.Builder |
directoryConfigs(DirectoryConfig... directoryConfigs)
Information about the directory configurations.
|
DescribeDirectoryConfigsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
buildcopyapply, buildDescribeDirectoryConfigsResponse.Builder directoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations.
directoryConfigs - Information about the directory configurations.DescribeDirectoryConfigsResponse.Builder directoryConfigs(DirectoryConfig... directoryConfigs)
Information about the directory configurations.
directoryConfigs - Information about the directory configurations.DescribeDirectoryConfigsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.