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.
|
build
overrideConfiguration
copy
applyMutation, build
ListDirectoriesRequest.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
,
DirectoryState
ListDirectoriesRequest.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
,
DirectoryState
ListDirectoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListDirectoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.