Interface ElasticsearchAction.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ElasticsearchAction.Builder,,- ElasticsearchAction> - SdkBuilder<ElasticsearchAction.Builder,,- ElasticsearchAction> - SdkPojo
- Enclosing class:
- ElasticsearchAction
@Mutable
@NotThreadSafe
public static interface ElasticsearchAction.Builder
extends SdkPojo, CopyableBuilder<ElasticsearchAction.Builder,ElasticsearchAction> 
- 
Method SummaryModifier and TypeMethodDescriptionThe endpoint of your OpenSearch domain.The unique identifier for the document you are storing.The index where you want to store your data.The IAM role ARN that has access to OpenSearch.The type of document you are storing.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- 
roleArnThe IAM role ARN that has access to OpenSearch. - Parameters:
- roleArn- The IAM role ARN that has access to OpenSearch.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointThe endpoint of your OpenSearch domain. - Parameters:
- endpoint- The endpoint of your OpenSearch domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
indexThe index where you want to store your data. - Parameters:
- index- The index where you want to store your data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe type of document you are storing. - Parameters:
- type- The type of document you are storing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe unique identifier for the document you are storing. - Parameters:
- id- The unique identifier for the document you are storing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-