Interface LineageSyncInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LineageSyncInput.Builder,,LineageSyncInput> SdkBuilder<LineageSyncInput.Builder,,LineageSyncInput> SdkPojo
- Enclosing class:
LineageSyncInput
@Mutable
@NotThreadSafe
public static interface LineageSyncInput.Builder
extends SdkPojo, CopyableBuilder<LineageSyncInput.Builder,LineageSyncInput>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether lineage sync is enabled.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
-
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.
-