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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.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 #parentLinks(List) .parentLinks - a consumer that will call methods on List.Builder #parentLinks(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.