public static interface DescribeDirectoryConfigsRequest.Builder extends AppStreamRequest.Builder, CopyableBuilder<DescribeDirectoryConfigsRequest.Builder,DescribeDirectoryConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectoryConfigsRequest.Builder |
directoryNames(Collection<String> directoryNames)
The directory names.
|
DescribeDirectoryConfigsRequest.Builder |
directoryNames(String... directoryNames)
The directory names.
|
DescribeDirectoryConfigsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeDirectoryConfigsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeDirectoryConfigsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDirectoryConfigsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeDirectoryConfigsRequest.Builder directoryNames(Collection<String> directoryNames)
The directory names.
directoryNames - The directory names.DescribeDirectoryConfigsRequest.Builder directoryNames(String... directoryNames)
The directory names.
directoryNames - The directory names.DescribeDirectoryConfigsRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.DescribeDirectoryConfigsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.DescribeDirectoryConfigsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeDirectoryConfigsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.