Uses of Interface
software.amazon.awssdk.services.machinelearning.model.RedshiftDatabase.Builder
-
Packages that use RedshiftDatabase.Builder Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of RedshiftDatabase.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return RedshiftDatabase.Builder Modifier and Type Method Description static RedshiftDatabase.BuilderRedshiftDatabase. builder()RedshiftDatabase.BuilderRedshiftDatabase.Builder. clusterIdentifier(String clusterIdentifier)Sets the value of the ClusterIdentifier property for this object.RedshiftDatabase.BuilderRedshiftDatabase.Builder. databaseName(String databaseName)Sets the value of the DatabaseName property for this object.RedshiftDatabase.BuilderRedshiftDatabase. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type RedshiftDatabase.Builder Modifier and Type Method Description static Class<? extends RedshiftDatabase.Builder>RedshiftDatabase. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type RedshiftDatabase.Builder Modifier and Type Method Description default RedshiftDataSpec.BuilderRedshiftDataSpec.Builder. databaseInformation(Consumer<RedshiftDatabase.Builder> databaseInformation)Describes theDatabaseNameandClusterIdentifierfor an Amazon RedshiftDataSource.default RedshiftMetadata.BuilderRedshiftMetadata.Builder. redshiftDatabase(Consumer<RedshiftDatabase.Builder> redshiftDatabase)Sets the value of the RedshiftDatabase property for this object.
-