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(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
buildcopyapply, buildListObjectParentPathsResponse.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 nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.