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
Modifier and TypeMethodDescriptiontableNames(String... tableNames) A list of names of the tables to use.tableNames(Collection<String> tableNames) A list of names of the tables to use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-