public static interface ListObjectParentPathsResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 pathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers that are associated with the directory.
PathToObjectIdentifiers.Builder avoiding the
need to create one manually via
PathToObjectIdentifiers.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #pathToObjectIdentifiersList(List.
pathToObjectIdentifiersList - a consumer that will call methods on
PathToObjectIdentifiers.Builder#pathToObjectIdentifiersList(java.util.Collection) ListObjectParentPathsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.