public static class SourceSchedule.Builder
extends java.lang.Object
Constructor and Description |
---|
SourceSchedule.Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
SourceSchedule |
build()
Builds a SourceSchedule.
|
SourceSchedule.Builder |
enabled(java.lang.Boolean enabled)
Set the enabled.
|
SourceSchedule.Builder |
frequency(java.lang.String frequency)
Set the frequency.
|
SourceSchedule.Builder |
timeZone(java.lang.String timeZone)
Set the timeZone.
|
public SourceSchedule.Builder()
public SourceSchedule build()
public SourceSchedule.Builder enabled(java.lang.Boolean enabled)
enabled
- the enabledpublic SourceSchedule.Builder timeZone(java.lang.String timeZone)
timeZone
- the timeZonepublic SourceSchedule.Builder frequency(java.lang.String frequency)
frequency
- the frequency