Interface RedshiftLineageSyncConfigurationInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RedshiftLineageSyncConfigurationInput.Builder,,- RedshiftLineageSyncConfigurationInput> - SdkBuilder<RedshiftLineageSyncConfigurationInput.Builder,,- RedshiftLineageSyncConfigurationInput> - SdkPojo
- Enclosing class:
- RedshiftLineageSyncConfigurationInput
@Mutable
@NotThreadSafe
public static interface RedshiftLineageSyncConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<RedshiftLineageSyncConfigurationInput.Builder,RedshiftLineageSyncConfigurationInput> 
- 
Method SummaryModifier and TypeMethodDescriptionSpecifies whether the Amaon Redshift lineage sync configuration is enabled.schedule(Consumer<LineageSyncSchedule.Builder> schedule) The schedule of the Amaon Redshift lineage sync configuration.schedule(LineageSyncSchedule schedule) The schedule of the Amaon Redshift lineage sync 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- 
enabledSpecifies whether the Amaon Redshift lineage sync configuration is enabled. - Parameters:
- enabled- Specifies whether the Amaon Redshift lineage sync configuration is enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scheduleThe schedule of the Amaon Redshift lineage sync configuration. - Parameters:
- schedule- The schedule of the Amaon Redshift lineage sync configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scheduledefault RedshiftLineageSyncConfigurationInput.Builder schedule(Consumer<LineageSyncSchedule.Builder> schedule) The schedule of the Amaon Redshift lineage sync configuration. This is a convenience method that creates an instance of theLineageSyncSchedule.Builderavoiding the need to create one manually viaLineageSyncSchedule.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschedule(LineageSyncSchedule).- Parameters:
- schedule- a consumer that will call methods on- LineageSyncSchedule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-