Interface ListObjectChildrenResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<ListObjectChildrenResponse.Builder,,ListObjectChildrenResponse> SdkBuilder<ListObjectChildrenResponse.Builder,,ListObjectChildrenResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListObjectChildrenResponse
public static interface ListObjectChildrenResponse.Builder
extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListObjectChildrenResponse.Builder,ListObjectChildrenResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionChildren structure, which is a map with key as theLinkNameandObjectIdentifieras the value.The pagination token.Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
children
Children structure, which is a map with key as the
LinkNameandObjectIdentifieras the value.- Parameters:
 children- Children structure, which is a map with key as theLinkNameandObjectIdentifieras the value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
The pagination token.
- Parameters:
 nextToken- The pagination token.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -