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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDirectoryConfigsResponse.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 method that creates an instance of theDirectoryConfig.Builder avoiding the need to create
one manually via DirectoryConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #directoryConfigs(List.
directoryConfigs - a consumer that will call methods on
DirectoryConfig.Builder#directoryConfigs(java.util.Collection) 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 © 2023. All rights reserved.