public static interface BatchListObjectParents.Builder extends SdkPojo, CopyableBuilder<BatchListObjectParents.Builder,BatchListObjectParents>
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParents.Builder |
maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
BatchListObjectParents.Builder |
nextToken(String nextToken)
The pagination token.
|
default BatchListObjectParents.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Sets the value of the ObjectReference property for this object.
|
BatchListObjectParents.Builder |
objectReference(ObjectReference objectReference)
Sets the value of the ObjectReference property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchListObjectParents.Builder objectReference(ObjectReference objectReference)
objectReference - The new value for the ObjectReference property for this object.default BatchListObjectParents.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
ObjectReference.Builder avoiding the
need to create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to objectReference(ObjectReference).
objectReference - a consumer that will call methods on ObjectReference.BuilderobjectReference(ObjectReference)BatchListObjectParents.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.BatchListObjectParents.Builder maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults - The maximum number of items to be retrieved in a single call. This is an approximate number.Copyright © 2022. All rights reserved.