public static interface BatchListObjectParentPathsResponse.Builder extends CopyableBuilder<BatchListObjectParentPathsResponse.Builder,BatchListObjectParentPathsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParentPathsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
BatchListObjectParentPathsResponse.Builder |
pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse.Builder |
pathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse.Builder |
pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
copyapply, buildBatchListObjectParentPathsResponse.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.BatchListObjectParentPathsResponse.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.BatchListObjectParentPathsResponse.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) BatchListObjectParentPathsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.