Interface ElasticsearchDataSourceConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ElasticsearchDataSourceConfig.Builder,
,ElasticsearchDataSourceConfig> SdkBuilder<ElasticsearchDataSourceConfig.Builder,
,ElasticsearchDataSourceConfig> SdkPojo
- Enclosing class:
ElasticsearchDataSourceConfig
public static interface ElasticsearchDataSourceConfig.Builder
extends SdkPojo, CopyableBuilder<ElasticsearchDataSourceConfig.Builder,ElasticsearchDataSourceConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services Region.The endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
endpoint
The endpoint.
- Parameters:
endpoint
- The endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
The Amazon Web Services Region.
- Parameters:
awsRegion
- The Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-