Interface BatchListObjectChildrenResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>,SdkBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>,SdkPojo
- Enclosing class:
- BatchListObjectChildrenResponse
public static interface BatchListObjectChildrenResponse.Builder extends SdkPojo, CopyableBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchListObjectChildrenResponse.Builderchildren(Map<String,String> children)The children structure, which is a map with the key as theLinkNameandObjectIdentifieras the value.BatchListObjectChildrenResponse.BuildernextToken(String nextToken)The pagination token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
children
BatchListObjectChildrenResponse.Builder children(Map<String,String> children)
The children structure, which is a map with the key as the
LinkNameandObjectIdentifieras the value.- Parameters:
children- The children structure, which is a map with the key as theLinkNameandObjectIdentifieras the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
BatchListObjectChildrenResponse.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-