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