public static interface DescribeDirectoryConfigsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeDirectoryConfigsResponse.Builder directoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
directoryConfigs
- Information about the directory configurations. Note that although the response syntax in this topic
includes the account password, this password is not returned in the actual response.DescribeDirectoryConfigsResponse.Builder directoryConfigs(DirectoryConfig... directoryConfigs)
Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
directoryConfigs
- Information about the directory configurations. Note that although the response syntax in this topic
includes the account password, this password is not returned in the actual response.DescribeDirectoryConfigsResponse.Builder directoryConfigs(Consumer<DirectoryConfig.Builder>... directoryConfigs)
Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
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.