public static interface ListDirectoriesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListDirectoriesResponse.Builder,ListDirectoriesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDirectoriesResponse.Builder |
directories(Collection<Directory> directories)
Lists all directories that are associated with your account in pagination fashion.
|
ListDirectoriesResponse.Builder |
directories(Consumer<Directory.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDirectoriesResponse.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.
directories - Lists all directories that are associated with your account in pagination fashion.ListDirectoriesResponse.Builder directories(Consumer<Directory.Builder>... directories)
Lists all directories that are associated with your account in pagination fashion.
This is a convenience method that creates an instance of theDirectory.Builder avoiding the need to create
one manually via Directory.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #directories(List.
directories - a consumer that will call methods on
Directory.Builder#directories(java.util.Collection) ListDirectoriesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.