Interface RedshiftLineageSyncConfigurationOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftLineageSyncConfigurationOutput.Builder,RedshiftLineageSyncConfigurationOutput>,SdkBuilder<RedshiftLineageSyncConfigurationOutput.Builder,RedshiftLineageSyncConfigurationOutput>,SdkPojo
- Enclosing class:
- RedshiftLineageSyncConfigurationOutput
public static interface RedshiftLineageSyncConfigurationOutput.Builder extends SdkPojo, CopyableBuilder<RedshiftLineageSyncConfigurationOutput.Builder,RedshiftLineageSyncConfigurationOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RedshiftLineageSyncConfigurationOutput.Builderenabled(Boolean enabled)Specifies whether the Amaon Redshift lineage sync configuration is enabled.RedshiftLineageSyncConfigurationOutput.BuilderlineageJobId(String lineageJobId)The lineage job ID of the Amaon Redshift lineage sync configuration.default RedshiftLineageSyncConfigurationOutput.Builderschedule(Consumer<LineageSyncSchedule.Builder> schedule)The schedule of teh Amaon Redshift lineage sync configuration.RedshiftLineageSyncConfigurationOutput.Builderschedule(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 Detail
-
enabled
RedshiftLineageSyncConfigurationOutput.Builder enabled(Boolean 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
RedshiftLineageSyncConfigurationOutput.Builder lineageJobId(String 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
RedshiftLineageSyncConfigurationOutput.Builder schedule(LineageSyncSchedule 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.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 onLineageSyncSchedule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
schedule(LineageSyncSchedule)
-
-