Interface DataSourceConfigurationInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataSourceConfigurationInput.Builder,,- DataSourceConfigurationInput> - SdkBuilder<DataSourceConfigurationInput.Builder,,- DataSourceConfigurationInput> - SdkPojo
- Enclosing class:
- DataSourceConfigurationInput
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
glueRunConfigurationDataSourceConfigurationInput.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.
 
- 
glueRunConfigurationdefault 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.Builderavoiding the need to create one manually viaGlueRunConfigurationInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglueRunConfiguration(GlueRunConfigurationInput).- Parameters:
- glueRunConfiguration- a consumer that will call methods on- GlueRunConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
redshiftRunConfigurationDataSourceConfigurationInput.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.
 
- 
redshiftRunConfigurationdefault 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.Builderavoiding the need to create one manually viaRedshiftRunConfigurationInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toredshiftRunConfiguration(RedshiftRunConfigurationInput).- Parameters:
- redshiftRunConfiguration- a consumer that will call methods on- RedshiftRunConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sageMakerRunConfigurationDataSourceConfigurationInput.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.
 
- 
sageMakerRunConfigurationdefault DataSourceConfigurationInput.Builder sageMakerRunConfiguration(Consumer<SageMakerRunConfigurationInput.Builder> sageMakerRunConfiguration) The Amazon SageMaker run configuration. This is a convenience method that creates an instance of theSageMakerRunConfigurationInput.Builderavoiding the need to create one manually viaSageMakerRunConfigurationInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosageMakerRunConfiguration(SageMakerRunConfigurationInput).- Parameters:
- sageMakerRunConfiguration- a consumer that will call methods on- SageMakerRunConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-