public static interface ListObjectParentsResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListObjectParentsResponse.Builder,ListObjectParentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListObjectParentsResponse.Builder |
parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
ListObjectParentsResponse.Builder |
parentLinks(Consumer<ObjectIdentifierAndLinkNameTuple.Builder>... parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
ListObjectParentsResponse.Builder |
parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
ListObjectParentsResponse.Builder |
parents(Map<String,String> parents)
The parent structure, which is a map with key as the
ObjectIdentifier and LinkName as the value. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListObjectParentsResponse.Builder parents(Map<String,String> parents)
The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
parents - The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the
value.ListObjectParentsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListObjectParentsResponse.Builder parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
parentLinks - Returns a list of parent reference and LinkName Tuples.ListObjectParentsResponse.Builder parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Returns a list of parent reference and LinkName Tuples.
parentLinks - Returns a list of parent reference and LinkName Tuples.ListObjectParentsResponse.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) Copyright © 2022. All rights reserved.