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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.