public static interface DataSourceConfigurationOutput.Builder extends SdkPojo, CopyableBuilder<DataSourceConfigurationOutput.Builder,DataSourceConfigurationOutput>
| Modifier and Type | Method and Description |
|---|---|
default DataSourceConfigurationOutput.Builder |
glueRunConfiguration(Consumer<GlueRunConfigurationOutput.Builder> glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
|
DataSourceConfigurationOutput.Builder |
glueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
|
default DataSourceConfigurationOutput.Builder |
redshiftRunConfiguration(Consumer<RedshiftRunConfigurationOutput.Builder> redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
|
DataSourceConfigurationOutput.Builder |
redshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceConfigurationOutput.Builder glueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
glueRunConfiguration - The configuration of the Amazon Web Services Glue data source.default DataSourceConfigurationOutput.Builder glueRunConfiguration(Consumer<GlueRunConfigurationOutput.Builder> glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
This is a convenience method that creates an instance of theGlueRunConfigurationOutput.Builder
avoiding the need to create one manually via GlueRunConfigurationOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to glueRunConfiguration(GlueRunConfigurationOutput).
glueRunConfiguration - a consumer that will call methods on GlueRunConfigurationOutput.BuilderglueRunConfiguration(GlueRunConfigurationOutput)DataSourceConfigurationOutput.Builder redshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
redshiftRunConfiguration - The configuration of the Amazon Redshift data source.default DataSourceConfigurationOutput.Builder redshiftRunConfiguration(Consumer<RedshiftRunConfigurationOutput.Builder> redshiftRunConfiguration)
The configuration of the Amazon Redshift data source.
This is a convenience method that creates an instance of theRedshiftRunConfigurationOutput.Builder
avoiding the need to create one manually via RedshiftRunConfigurationOutput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to redshiftRunConfiguration(RedshiftRunConfigurationOutput).
redshiftRunConfiguration - a consumer that will call methods on RedshiftRunConfigurationOutput.BuilderredshiftRunConfiguration(RedshiftRunConfigurationOutput)Copyright © 2023. All rights reserved.