Uses of Interface
software.amazon.awssdk.services.glue.model.RedshiftSource.Builder
-
Packages that use RedshiftSource.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RedshiftSource.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RedshiftSource.Builder Modifier and Type Method Description static RedshiftSource.BuilderRedshiftSource. builder()RedshiftSource.BuilderRedshiftSource.Builder. database(String database)The database to read from.RedshiftSource.BuilderRedshiftSource.Builder. name(String name)The name of the Amazon Redshift data store.RedshiftSource.BuilderRedshiftSource.Builder. redshiftTmpDir(String redshiftTmpDir)The Amazon S3 path where temporary data can be staged when copying out of the database.RedshiftSource.BuilderRedshiftSource.Builder. table(String table)The database table to read from.RedshiftSource.BuilderRedshiftSource.Builder. tmpDirIAMRole(String tmpDirIAMRole)The IAM role with permissions.RedshiftSource.BuilderRedshiftSource. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RedshiftSource.Builder Modifier and Type Method Description static Class<? extends RedshiftSource.Builder>RedshiftSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type RedshiftSource.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. redshiftSource(Consumer<RedshiftSource.Builder> redshiftSource)Specifies an Amazon Redshift data store.
-