| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static RedshiftDataSpec.Builder |
RedshiftDataSpec.builder() |
RedshiftDataSpec.Builder |
RedshiftDataSpec.Builder.databaseCredentials(RedshiftDatabaseCredentials databaseCredentials)
Describes AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon Redshift
database.
|
RedshiftDataSpec.Builder |
RedshiftDataSpec.Builder.databaseInformation(RedshiftDatabase databaseInformation)
Describes the
DatabaseName and ClusterIdentifier for an Amazon Redshift
DataSource. |
RedshiftDataSpec.Builder |
RedshiftDataSpec.Builder.dataRearrangement(String dataRearrangement)
A JSON string that represents the splitting and rearrangement processing to be applied to a
DataSource. |
RedshiftDataSpec.Builder |
RedshiftDataSpec.Builder.dataSchema(String dataSchema)
A JSON string that represents the schema for an Amazon Redshift
DataSource. |
RedshiftDataSpec.Builder |
RedshiftDataSpec.Builder.dataSchemaUri(String dataSchemaUri)
Describes the schema location for an Amazon Redshift
DataSource. |
RedshiftDataSpec.Builder |
RedshiftDataSpec.Builder.s3StagingLocation(String s3StagingLocation)
Describes an Amazon S3 location to store the result set of the
SelectSqlQuery query. |
RedshiftDataSpec.Builder |
RedshiftDataSpec.Builder.selectSqlQuery(String selectSqlQuery)
Describes the SQL Query to execute on an Amazon Redshift database for an Amazon Redshift
DataSource. |
RedshiftDataSpec.Builder |
RedshiftDataSpec.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RedshiftDataSpec.Builder> |
RedshiftDataSpec.serializableBuilderClass() |
Copyright © 2017. All rights reserved.