Uses of Interface
software.amazon.awssdk.services.opensearch.model.DataSource.Builder
-
Packages that use DataSource.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DataSource.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DataSource.Builder Modifier and Type Method Description static DataSource.BuilderDataSource. builder()DataSource.BuilderDataSource.Builder. dataSourceArn(String dataSourceArn)Sets the value of the DataSourceArn property for this object.DataSource.BuilderDataSource.Builder. dataSourceDescription(String dataSourceDescription)Detailed description of a data source.DataSource.BuilderDataSource. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DataSource.Builder Modifier and Type Method Description static Class<? extends DataSource.Builder>DataSource. serializableBuilderClass()
-