Interface BatchListObjectChildren.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchListObjectChildren.Builder,,BatchListObjectChildren> SdkBuilder<BatchListObjectChildren.Builder,,BatchListObjectChildren> SdkPojo
- Enclosing class:
 BatchListObjectChildren
public static interface BatchListObjectChildren.Builder
extends SdkPojo, CopyableBuilder<BatchListObjectChildren.Builder,BatchListObjectChildren> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) Maximum number of items to be retrieved in a single call.The pagination token.default BatchListObjectChildren.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference) Reference of the object for which child objects are being listed.objectReference(ObjectReference objectReference) Reference of the object for which child objects are being listed.Methods 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, sdkFields 
- 
Method Details
- 
objectReference
Reference of the object for which child objects are being listed.
- Parameters:
 objectReference- Reference of the object for which child objects are being listed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
objectReference
default BatchListObjectChildren.Builder objectReference(Consumer<ObjectReference.Builder> objectReference) Reference of the object for which child objects are being listed.
This is a convenience method that creates an instance of theObjectReference.Builderavoiding the need to create one manually viaObjectReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjectReference(ObjectReference).- Parameters:
 objectReference- a consumer that will call methods onObjectReference.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The pagination token.
- Parameters:
 nextToken- The pagination token.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxResults
Maximum number of items to be retrieved in a single call. This is an approximate number.
- Parameters:
 maxResults- Maximum number of items to be retrieved in a single call. This is an approximate number.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -