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