Interface LineageSyncOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LineageSyncOutput.Builder,,LineageSyncOutput> SdkBuilder<LineageSyncOutput.Builder,,LineageSyncOutput> SdkPojo
- Enclosing class:
LineageSyncOutput
@Mutable
@NotThreadSafe
public static interface LineageSyncOutput.Builder
extends SdkPojo, CopyableBuilder<LineageSyncOutput.Builder,LineageSyncOutput>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether lineage sync is enabled.lineageJobId(String lineageJobId) The ID of the lineage sync job.The schedule of the lineage sync.The timezone of the lineage sync schedule.The timezone of the lineage sync schedule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lineageJobId
The ID of the lineage sync job.
- Parameters:
lineageJobId- The ID of the lineage sync job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
The timezone of the lineage sync schedule.
- Parameters:
timezone- The timezone of the lineage sync schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timezone
The timezone of the lineage sync schedule.
- Parameters:
timezone- The timezone of the lineage sync schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enabled
Specifies whether lineage sync is enabled.
- Parameters:
enabled- Specifies whether lineage sync is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
The schedule of the lineage sync.
- Parameters:
schedule- The schedule of the lineage sync.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-