CopyableBuilder<ListDirectoriesResponse.Builder,ListDirectoriesResponse>
, SdkBuilder<ListDirectoriesResponse.Builder,ListDirectoriesResponse>
public static interface ListDirectoriesResponse.Builder extends CopyableBuilder<ListDirectoriesResponse.Builder,ListDirectoriesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListDirectoriesResponse.Builder |
directories(Collection<Directory> directories) |
Lists all directories that are associated with your account in pagination fashion.
|
ListDirectoriesResponse.Builder |
directories(Directory... directories) |
Lists all directories that are associated with your account in pagination fashion.
|
ListDirectoriesResponse.Builder |
nextToken(String nextToken) |
The pagination token.
|
copy
apply, build
ListDirectoriesResponse.Builder directories(Collection<Directory> directories)
Lists all directories that are associated with your account in pagination fashion.
directories
- Lists all directories that are associated with your account in pagination fashion.ListDirectoriesResponse.Builder directories(Directory... directories)
Lists all directories that are associated with your account in pagination fashion.
NOTE: This method appends the values to the existing list (if any). Use
#setDirectories(java.util.Collection)
or #withDirectories(java.util.Collection)
if you want
to override the existing values.
directories
- Lists all directories that are associated with your account in pagination fashion.ListDirectoriesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.