public static interface TopicRefreshSchedule.Builder extends SdkPojo, CopyableBuilder<TopicRefreshSchedule.Builder,TopicRefreshSchedule>
| Modifier and Type | Method and Description |
|---|---|
TopicRefreshSchedule.Builder |
basedOnSpiceSchedule(Boolean basedOnSpiceSchedule)
A Boolean value that controls whether to schedule runs at the same schedule that is specified in SPICE
dataset.
|
TopicRefreshSchedule.Builder |
isEnabled(Boolean isEnabled)
A Boolean value that controls whether to schedule is enabled.
|
TopicRefreshSchedule.Builder |
repeatAt(String repeatAt)
The time of day when the refresh should run, for example, Monday-Sunday.
|
TopicRefreshSchedule.Builder |
startingAt(Instant startingAt)
The starting date and time for the refresh schedule.
|
TopicRefreshSchedule.Builder |
timezone(String timezone)
The timezone that you want the refresh schedule to use.
|
TopicRefreshSchedule.Builder |
topicScheduleType(String topicScheduleType)
The type of refresh schedule.
|
TopicRefreshSchedule.Builder |
topicScheduleType(TopicScheduleType topicScheduleType)
The type of refresh schedule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicRefreshSchedule.Builder isEnabled(Boolean isEnabled)
A Boolean value that controls whether to schedule is enabled.
isEnabled - A Boolean value that controls whether to schedule is enabled.TopicRefreshSchedule.Builder basedOnSpiceSchedule(Boolean basedOnSpiceSchedule)
A Boolean value that controls whether to schedule runs at the same schedule that is specified in SPICE dataset.
basedOnSpiceSchedule - A Boolean value that controls whether to schedule runs at the same schedule that is specified in SPICE
dataset.TopicRefreshSchedule.Builder startingAt(Instant startingAt)
The starting date and time for the refresh schedule.
startingAt - The starting date and time for the refresh schedule.TopicRefreshSchedule.Builder timezone(String timezone)
The timezone that you want the refresh schedule to use.
timezone - The timezone that you want the refresh schedule to use.TopicRefreshSchedule.Builder repeatAt(String repeatAt)
The time of day when the refresh should run, for example, Monday-Sunday.
repeatAt - The time of day when the refresh should run, for example, Monday-Sunday.TopicRefreshSchedule.Builder topicScheduleType(String topicScheduleType)
The type of refresh schedule. Valid values for this structure are HOURLY, DAILY,
WEEKLY, and MONTHLY.
topicScheduleType - The type of refresh schedule. Valid values for this structure are HOURLY,
DAILY, WEEKLY, and MONTHLY.TopicScheduleType,
TopicScheduleTypeTopicRefreshSchedule.Builder topicScheduleType(TopicScheduleType topicScheduleType)
The type of refresh schedule. Valid values for this structure are HOURLY, DAILY,
WEEKLY, and MONTHLY.
topicScheduleType - The type of refresh schedule. Valid values for this structure are HOURLY,
DAILY, WEEKLY, and MONTHLY.TopicScheduleType,
TopicScheduleTypeCopyright © 2023. All rights reserved.