Interface DataSourceConfigurationOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSourceConfigurationOutput.Builder,
,DataSourceConfigurationOutput> SdkBuilder<DataSourceConfigurationOutput.Builder,
,DataSourceConfigurationOutput> SdkPojo
- Enclosing class:
DataSourceConfigurationOutput
public static interface DataSourceConfigurationOutput.Builder
extends SdkPojo, CopyableBuilder<DataSourceConfigurationOutput.Builder,DataSourceConfigurationOutput>
-
Method Summary
Modifier and TypeMethodDescriptionglueRunConfiguration
(Consumer<GlueRunConfigurationOutput.Builder> glueRunConfiguration) The configuration of the Amazon Web Services Glue data source.glueRunConfiguration
(GlueRunConfigurationOutput glueRunConfiguration) The configuration of the Amazon Web Services Glue data source.redshiftRunConfiguration
(Consumer<RedshiftRunConfigurationOutput.Builder> redshiftRunConfiguration) The configuration of the Amazon Redshift data source.redshiftRunConfiguration
(RedshiftRunConfigurationOutput redshiftRunConfiguration) The configuration of the Amazon Redshift data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
glueRunConfiguration
DataSourceConfigurationOutput.Builder glueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration) The configuration of the Amazon Web Services Glue data source.
- Parameters:
glueRunConfiguration
- The configuration of the Amazon Web Services Glue data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueRunConfiguration
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 viaGlueRunConfigurationOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toglueRunConfiguration(GlueRunConfigurationOutput)
.- Parameters:
glueRunConfiguration
- a consumer that will call methods onGlueRunConfigurationOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
redshiftRunConfiguration
DataSourceConfigurationOutput.Builder redshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration) The configuration of the Amazon Redshift data source.
- Parameters:
redshiftRunConfiguration
- The configuration of the Amazon Redshift data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redshiftRunConfiguration
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 viaRedshiftRunConfigurationOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toredshiftRunConfiguration(RedshiftRunConfigurationOutput)
.- Parameters:
redshiftRunConfiguration
- a consumer that will call methods onRedshiftRunConfigurationOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-