public static interface BatchListObjectParentsResponse.Builder extends SdkPojo, CopyableBuilder<BatchListObjectParentsResponse.Builder,BatchListObjectParentsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParentsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
BatchListObjectParentsResponse.Builder |
parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
BatchListObjectParentsResponse.Builder |
parentLinks(Consumer<ObjectIdentifierAndLinkNameTuple.Builder>... parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
BatchListObjectParentsResponse.Builder |
parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchListObjectParentsResponse.Builder parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
parentLinks - Returns a list of parent reference and LinkName Tuples.BatchListObjectParentsResponse.Builder parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Returns a list of parent reference and LinkName Tuples.
parentLinks - Returns a list of parent reference and LinkName Tuples.BatchListObjectParentsResponse.Builder parentLinks(Consumer<ObjectIdentifierAndLinkNameTuple.Builder>... parentLinks)
Returns a list of parent reference and LinkName Tuples.
This is a convenience method that creates an instance of theObjectIdentifierAndLinkNameTuple.Builder
avoiding the need to create one manually via
ObjectIdentifierAndLinkNameTuple.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #parentLinks(List.
parentLinks - a consumer that will call methods on
ObjectIdentifierAndLinkNameTuple.Builder#parentLinks(java.util.Collection) BatchListObjectParentsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.