Interface UpdateDirectQueryDataSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDirectQueryDataSourceRequest.Builder,,UpdateDirectQueryDataSourceRequest> OpenSearchRequest.Builder,SdkBuilder<UpdateDirectQueryDataSourceRequest.Builder,,UpdateDirectQueryDataSourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateDirectQueryDataSourceRequest
-
Method Summary
Modifier and TypeMethodDescriptiondataSourceName(String dataSourceName) A unique, user-defined label to identify the data source within your OpenSearch Service environment.dataSourceType(Consumer<DirectQueryDataSourceType.Builder> dataSourceType) The supported Amazon Web Services service that you want to use as the source for direct queries in OpenSearch Service.dataSourceType(DirectQueryDataSourceType dataSourceType) The supported Amazon Web Services service that you want to use as the source for direct queries in OpenSearch Service.description(String description) An optional text field for providing additional context and details about the data source.openSearchArns(String... openSearchArns) A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.openSearchArns(Collection<String> openSearchArns) A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataSourceName
A unique, user-defined label to identify the data source within your OpenSearch Service environment.
- Parameters:
dataSourceName- A unique, user-defined label to identify the data source within your OpenSearch Service environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceType
The supported Amazon Web Services service that you want to use as the source for direct queries in OpenSearch Service.
- Parameters:
dataSourceType- The supported Amazon Web Services service that you want to use as the source for direct queries in OpenSearch Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceType
default UpdateDirectQueryDataSourceRequest.Builder dataSourceType(Consumer<DirectQueryDataSourceType.Builder> dataSourceType) The supported Amazon Web Services service that you want to use as the source for direct queries in OpenSearch Service.
This is a convenience method that creates an instance of theDirectQueryDataSourceType.Builderavoiding the need to create one manually viaDirectQueryDataSourceType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSourceType(DirectQueryDataSourceType).- Parameters:
dataSourceType- a consumer that will call methods onDirectQueryDataSourceType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
An optional text field for providing additional context and details about the data source.
- Parameters:
description- An optional text field for providing additional context and details about the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openSearchArns
A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.
- Parameters:
openSearchArns- A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openSearchArns
A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.
- Parameters:
openSearchArns- A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDirectQueryDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDirectQueryDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-