public static interface ListObjectParentPathsResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>
Modifier and Type | Method and Description |
---|---|
ListObjectParentPathsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListObjectParentPathsResponse.Builder |
pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
ListObjectParentPathsResponse.Builder |
pathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
ListObjectParentPathsResponse.Builder |
pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers
that are associated with the directory.
pathToObjectIdentifiersList
- Returns the path to the ObjectIdentifiers
that are associated with the directory.ListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers
that are associated with the directory.
pathToObjectIdentifiersList
- Returns the path to the ObjectIdentifiers
that are associated with the directory.ListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers
that are associated with the directory.
List.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #pathToObjectIdentifiersList(List)
.pathToObjectIdentifiersList
- a consumer that will call methods on List.Builder
#pathToObjectIdentifiersList(List)
ListObjectParentPathsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.