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.
|
copy
apply, 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
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.