public static interface DescribeDirectoriesRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<DescribeDirectoriesRequest.Builder,DescribeDirectoriesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectoriesRequest.Builder |
directoryIds(Collection<String> directoryIds)
A list of identifiers of the directories for which to obtain the information.
|
DescribeDirectoriesRequest.Builder |
directoryIds(String... directoryIds)
A list of identifiers of the directories for which to obtain the information.
|
DescribeDirectoriesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
DescribeDirectoriesRequest.Builder |
nextToken(String nextToken)
The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories.
|
DescribeDirectoriesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDirectoriesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeDirectoriesRequest.Builder directoryIds(Collection<String> directoryIds)
A list of identifiers of the directories for which to obtain the information. If this member is null, all directories that belong to the current account are returned.
An empty list results in an InvalidParameterException being thrown.
directoryIds - A list of identifiers of the directories for which to obtain the information. If this member is null,
all directories that belong to the current account are returned.
An empty list results in an InvalidParameterException being thrown.
DescribeDirectoriesRequest.Builder directoryIds(String... directoryIds)
A list of identifiers of the directories for which to obtain the information. If this member is null, all directories that belong to the current account are returned.
An empty list results in an InvalidParameterException being thrown.
directoryIds - A list of identifiers of the directories for which to obtain the information. If this member is null,
all directories that belong to the current account are returned.
An empty list results in an InvalidParameterException being thrown.
DescribeDirectoriesRequest.Builder nextToken(String nextToken)
The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.
nextToken - The DescribeDirectoriesResult.NextToken value from a previous call to
DescribeDirectories. Pass null if this is the first call.DescribeDirectoriesRequest.Builder limit(Integer limit)
The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
limit - The maximum number of items to return. If this value is zero, the maximum number of items is specified
by the limitations of the operation.DescribeDirectoriesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeDirectoriesRequest.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.