public static interface ListDirectoriesRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<ListDirectoriesRequest.Builder,ListDirectoriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDirectoriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListDirectoriesRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListDirectoriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDirectoriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListDirectoriesRequest.Builder |
state(DirectoryState state)
The state of the directories in the list.
|
ListDirectoriesRequest.Builder |
state(String state)
The state of the directories in the list.
|
buildoverrideConfigurationcopyapplyMutation, buildListDirectoriesRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListDirectoriesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.ListDirectoriesRequest.Builder state(String state)
The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.
state - The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.DirectoryState,
DirectoryStateListDirectoriesRequest.Builder state(DirectoryState state)
The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.
state - The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.DirectoryState,
DirectoryStateListDirectoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDirectoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.