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(Consumer<DirectoryConfig.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 directoryConfigs(Consumer<DirectoryConfig.Builder>... directoryConfigs)
Information about the directory configurations.
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 #directoryConfigs(List) .directoryConfigs - a consumer that will call methods on List.Builder #directoryConfigs(List) 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.