Interface BatchListIndexResponse.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchListIndexResponse.Builder,,- BatchListIndexResponse> - SdkBuilder<BatchListIndexResponse.Builder,,- BatchListIndexResponse> - SdkPojo
- Enclosing class:
- BatchListIndexResponse
@Mutable
@NotThreadSafe
public static interface BatchListIndexResponse.Builder
extends SdkPojo, CopyableBuilder<BatchListIndexResponse.Builder,BatchListIndexResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionindexAttachments(Collection<IndexAttachment> indexAttachments) The objects and indexed values attached to the index.indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments) The objects and indexed values attached to the index.indexAttachments(IndexAttachment... indexAttachments) The objects and indexed values attached to the index.The pagination token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
indexAttachmentsThe objects and indexed values attached to the index. - Parameters:
- indexAttachments- The objects and indexed values attached to the index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
indexAttachmentsThe objects and indexed values attached to the index. - Parameters:
- indexAttachments- The objects and indexed values attached to the index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
indexAttachmentsBatchListIndexResponse.Builder indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments) The objects and indexed values attached to the index. This is a convenience method that creates an instance of theIndexAttachment.Builderavoiding the need to create one manually viaIndexAttachment.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toindexAttachments(List<IndexAttachment>).- Parameters:
- indexAttachments- a consumer that will call methods on- IndexAttachment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe pagination token. - Parameters:
- nextToken- The pagination token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-