CopyableBuilder<ListDirectoriesRequest.Builder,ListDirectoriesRequest>, SdkBuilder<ListDirectoriesRequest.Builder,ListDirectoriesRequest>public static interface ListDirectoriesRequest.Builder extends CopyableBuilder<ListDirectoriesRequest.Builder,ListDirectoriesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListDirectoriesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to retrieve.
|
ListDirectoriesRequest.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListDirectoriesRequest.Builder |
state(String state) |
The state of the directories in the list.
|
ListDirectoriesRequest.Builder |
state(DirectoryState state) |
The state of the directories in the list.
|
copyapply, 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.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.DirectoryStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.