public static interface BatchListObjectParentsResponse.Builder extends SdkPojo, CopyableBuilder<BatchListObjectParentsResponse.Builder,BatchListObjectParentsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParentsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
BatchListObjectParentsResponse.Builder |
parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Sets the value of the ParentLinks property for this object.
|
BatchListObjectParentsResponse.Builder |
parentLinks(Consumer<ObjectIdentifierAndLinkNameTuple.Builder>... parentLinks)
Sets the value of the ParentLinks property for this object.
|
BatchListObjectParentsResponse.Builder |
parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Sets the value of the ParentLinks property for this object.
|
copyapplyMutation, buildBatchListObjectParentsResponse.Builder parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
parentLinks - The new value for the ParentLinks property for this object.BatchListObjectParentsResponse.Builder parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
parentLinks - The new value for the ParentLinks property for this object.BatchListObjectParentsResponse.Builder parentLinks(Consumer<ObjectIdentifierAndLinkNameTuple.Builder>... parentLinks)
List.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) BatchListObjectParentsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.