Uses of Class
software.amazon.awssdk.services.glue.model.Option
-
Packages that use Option Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Option in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Option Modifier and Type Method Description OptionAmazonRedshiftNodeData. catalogDatabase()The name of the Glue Data Catalog database when working with a data catalog.OptionAmazonRedshiftNodeData. catalogTable()The Glue Data Catalog table name when working with a data catalog.OptionAmazonRedshiftNodeData. connection()The Glue connection to the Redshift cluster.OptionSnowflakeNodeData. connection()Specifies a Glue Data Catalog Connection to a Snowflake endpoint.OptionAmazonRedshiftNodeData. iamRole()Optional.OptionSnowflakeNodeData. iamRole()Not currently used.OptionAmazonRedshiftNodeData. schema()The Redshift schema name when working with a direct connection.OptionAmazonRedshiftNodeData. table()The Redshift table name when working with a direct connection.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Option Modifier and Type Method Description List<Option>AmazonRedshiftNodeData. selectedColumns()The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.List<Option>SnowflakeNodeData. selectedColumns()Specifies the columns combined to identify a record when detecting matches for merges and upserts.List<Option>AmazonRedshiftNodeData. tableSchema()The array of schema output for a given node.List<Option>SnowflakeNodeData. tableSchema()Manually defines the target schema for the node.Methods in software.amazon.awssdk.services.glue.model with parameters of type Option Modifier and Type Method Description AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. catalogDatabase(Option catalogDatabase)The name of the Glue Data Catalog database when working with a data catalog.AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. catalogTable(Option catalogTable)The Glue Data Catalog table name when working with a data catalog.AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. connection(Option connection)The Glue connection to the Redshift cluster.SnowflakeNodeData.BuilderSnowflakeNodeData.Builder. connection(Option connection)Specifies a Glue Data Catalog Connection to a Snowflake endpoint.AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. iamRole(Option iamRole)Optional.SnowflakeNodeData.BuilderSnowflakeNodeData.Builder. iamRole(Option iamRole)Not currently used.AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. schema(Option schema)The Redshift schema name when working with a direct connection.AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. selectedColumns(Option... selectedColumns)The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.SnowflakeNodeData.BuilderSnowflakeNodeData.Builder. selectedColumns(Option... selectedColumns)Specifies the columns combined to identify a record when detecting matches for merges and upserts.AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. table(Option table)The Redshift table name when working with a direct connection.AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. tableSchema(Option... tableSchema)The array of schema output for a given node.SnowflakeNodeData.BuilderSnowflakeNodeData.Builder. tableSchema(Option... tableSchema)Manually defines the target schema for the node.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Option Modifier and Type Method Description AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. selectedColumns(Collection<Option> selectedColumns)The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.SnowflakeNodeData.BuilderSnowflakeNodeData.Builder. selectedColumns(Collection<Option> selectedColumns)Specifies the columns combined to identify a record when detecting matches for merges and upserts.AmazonRedshiftNodeData.BuilderAmazonRedshiftNodeData.Builder. tableSchema(Collection<Option> tableSchema)The array of schema output for a given node.SnowflakeNodeData.BuilderSnowflakeNodeData.Builder. tableSchema(Collection<Option> tableSchema)Manually defines the target schema for the node.
-