public static class SourceSchedule.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
SourceSchedule |
build()
Builds a SourceSchedule.
|
SourceSchedule.Builder |
enabled(Boolean enabled)
Set the enabled.
|
SourceSchedule.Builder |
frequency(String frequency)
Set the frequency.
|
SourceSchedule.Builder |
timeZone(String timeZone)
Set the timeZone.
|
public SourceSchedule build()
public SourceSchedule.Builder enabled(Boolean enabled)
enabled
- the enabledpublic SourceSchedule.Builder timeZone(String timeZone)
timeZone
- the timeZonepublic SourceSchedule.Builder frequency(String frequency)
frequency
- the frequencyCopyright © 2024 IBM Cloud. All rights reserved.