Interface DataSourceConfigurationInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSourceConfigurationInput.Builder,
,DataSourceConfigurationInput> SdkBuilder<DataSourceConfigurationInput.Builder,
,DataSourceConfigurationInput> SdkPojo
- Enclosing class:
DataSourceConfigurationInput
-
Method Summary
Modifier and TypeMethodDescriptionglueRunConfiguration
(Consumer<GlueRunConfigurationInput.Builder> glueRunConfiguration) The configuration of the Amazon Web Services Glue data source.glueRunConfiguration
(GlueRunConfigurationInput glueRunConfiguration) The configuration of the Amazon Web Services Glue data source.redshiftRunConfiguration
(Consumer<RedshiftRunConfigurationInput.Builder> redshiftRunConfiguration) The configuration of the Amazon Redshift data source.redshiftRunConfiguration
(RedshiftRunConfigurationInput redshiftRunConfiguration) The configuration of the Amazon Redshift data source.sageMakerRunConfiguration
(Consumer<SageMakerRunConfigurationInput.Builder> sageMakerRunConfiguration) The Amazon SageMaker run configuration.sageMakerRunConfiguration
(SageMakerRunConfigurationInput 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
DataSourceConfigurationInput.Builder glueRunConfiguration(GlueRunConfigurationInput 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 DataSourceConfigurationInput.Builder glueRunConfiguration(Consumer<GlueRunConfigurationInput.Builder> glueRunConfiguration) The configuration of the Amazon Web Services Glue data source.
This is a convenience method that creates an instance of theGlueRunConfigurationInput.Builder
avoiding the need to create one manually viaGlueRunConfigurationInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toglueRunConfiguration(GlueRunConfigurationInput)
.- Parameters:
glueRunConfiguration
- a consumer that will call methods onGlueRunConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
redshiftRunConfiguration
DataSourceConfigurationInput.Builder redshiftRunConfiguration(RedshiftRunConfigurationInput 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 DataSourceConfigurationInput.Builder redshiftRunConfiguration(Consumer<RedshiftRunConfigurationInput.Builder> redshiftRunConfiguration) The configuration of the Amazon Redshift data source.
This is a convenience method that creates an instance of theRedshiftRunConfigurationInput.Builder
avoiding the need to create one manually viaRedshiftRunConfigurationInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toredshiftRunConfiguration(RedshiftRunConfigurationInput)
.- Parameters:
redshiftRunConfiguration
- a consumer that will call methods onRedshiftRunConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sageMakerRunConfiguration
DataSourceConfigurationInput.Builder sageMakerRunConfiguration(SageMakerRunConfigurationInput 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 DataSourceConfigurationInput.Builder sageMakerRunConfiguration(Consumer<SageMakerRunConfigurationInput.Builder> sageMakerRunConfiguration) The Amazon SageMaker run configuration.
This is a convenience method that creates an instance of theSageMakerRunConfigurationInput.Builder
avoiding the need to create one manually viaSageMakerRunConfigurationInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosageMakerRunConfiguration(SageMakerRunConfigurationInput)
.- Parameters:
sageMakerRunConfiguration
- a consumer that will call methods onSageMakerRunConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-