Interface RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder,RedshiftQueryEngineAwsDataCatalogStorageConfiguration>,SdkBuilder<RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder,RedshiftQueryEngineAwsDataCatalogStorageConfiguration>,SdkPojo
- Enclosing class:
- RedshiftQueryEngineAwsDataCatalogStorageConfiguration
@Mutable @NotThreadSafe public static interface RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder extends SdkPojo, CopyableBuilder<RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder,RedshiftQueryEngineAwsDataCatalogStorageConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftQueryEngineAwsDataCatalogStorageConfiguration.BuildertableNames(String... tableNames)A list of names of the tables to use.RedshiftQueryEngineAwsDataCatalogStorageConfiguration.BuildertableNames(Collection<String> tableNames)A list of names of the tables to use.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableNames
RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder tableNames(Collection<String> tableNames)
A list of names of the tables to use.
- Parameters:
tableNames- A list of names of the tables to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableNames
RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder tableNames(String... tableNames)
A list of names of the tables to use.
- Parameters:
tableNames- A list of names of the tables to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-