Interface DataSourceConfigurationOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSourceConfigurationOutput.Builder,
,DataSourceConfigurationOutput> SdkBuilder<DataSourceConfigurationOutput.Builder,
,DataSourceConfigurationOutput> SdkPojo
- Enclosing class:
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.sageMakerRunConfiguration
(Consumer<SageMakerRunConfigurationOutput.Builder> sageMakerRunConfiguration) The Amazon SageMaker run configuration.sageMakerRunConfiguration
(SageMakerRunConfigurationOutput sageMakerRunConfiguration) The Amazon SageMaker run configuration.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, sdkFieldNameToField, 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:
-
sageMakerRunConfiguration
DataSourceConfigurationOutput.Builder sageMakerRunConfiguration(SageMakerRunConfigurationOutput sageMakerRunConfiguration) The Amazon SageMaker run configuration.
- Parameters:
sageMakerRunConfiguration
- The Amazon SageMaker run configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sageMakerRunConfiguration
default DataSourceConfigurationOutput.Builder sageMakerRunConfiguration(Consumer<SageMakerRunConfigurationOutput.Builder> sageMakerRunConfiguration) The Amazon SageMaker run configuration.
This is a convenience method that creates an instance of theSageMakerRunConfigurationOutput.Builder
avoiding the need to create one manually viaSageMakerRunConfigurationOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosageMakerRunConfiguration(SageMakerRunConfigurationOutput)
.- Parameters:
sageMakerRunConfiguration
- a consumer that will call methods onSageMakerRunConfigurationOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-