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