public static interface BatchListAttachedIndices.Builder extends SdkPojo, CopyableBuilder<BatchListAttachedIndices.Builder,BatchListAttachedIndices>
| Modifier and Type | Method and Description |
|---|---|
BatchListAttachedIndices.Builder |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListAttachedIndices.Builder |
nextToken(String nextToken)
The pagination token.
|
default BatchListAttachedIndices.Builder |
targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object that has indices attached.
|
BatchListAttachedIndices.Builder |
targetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchListAttachedIndices.Builder targetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
targetReference - A reference to the object that has indices attached.default BatchListAttachedIndices.Builder targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object that has indices attached.
This is a convenience method that creates an instance of theObjectReference.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 targetReference(ObjectReference).
targetReference - a consumer that will call methods on ObjectReference.BuildertargetReference(ObjectReference)BatchListAttachedIndices.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.BatchListAttachedIndices.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.Copyright © 2022. All rights reserved.