public static interface ListObjectParentsResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<ListObjectParentsResponse.Builder,ListObjectParentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListObjectParentsResponse.Builder |
parents(Map<String,String> parents)
The parent structure, which is a map with key as the
ObjectIdentifier and LinkName as the value. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.