Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TopicRefreshSchedule |
TopicRefreshSchedule.clone() |
TopicRefreshSchedule |
TopicRefreshScheduleSummary.getRefreshSchedule()
The definition of a refresh schedule.
|
TopicRefreshSchedule |
DescribeTopicRefreshScheduleResult.getRefreshSchedule()
The definition of a refresh schedule.
|
TopicRefreshSchedule |
CreateTopicRefreshScheduleRequest.getRefreshSchedule()
The definition of a refresh schedule.
|
TopicRefreshSchedule |
UpdateTopicRefreshScheduleRequest.getRefreshSchedule()
The definition of a refresh schedule.
|
TopicRefreshSchedule |
TopicRefreshSchedule.withBasedOnSpiceSchedule(Boolean basedOnSpiceSchedule)
A Boolean value that controls whether to schedule runs at the same schedule that is specified in SPICE dataset.
|
TopicRefreshSchedule |
TopicRefreshSchedule.withIsEnabled(Boolean isEnabled)
A Boolean value that controls whether to schedule is enabled.
|
TopicRefreshSchedule |
TopicRefreshSchedule.withRepeatAt(String repeatAt)
The time of day when the refresh should run, for example, Monday-Sunday.
|
TopicRefreshSchedule |
TopicRefreshSchedule.withStartingAt(Date startingAt)
The starting date and time for the refresh schedule.
|
TopicRefreshSchedule |
TopicRefreshSchedule.withTimezone(String timezone)
The timezone that you want the refresh schedule to use.
|
TopicRefreshSchedule |
TopicRefreshSchedule.withTopicScheduleType(String topicScheduleType)
The type of refresh schedule.
|
TopicRefreshSchedule |
TopicRefreshSchedule.withTopicScheduleType(TopicScheduleType topicScheduleType)
The type of refresh schedule.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicRefreshScheduleSummary.setRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
void |
DescribeTopicRefreshScheduleResult.setRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
void |
CreateTopicRefreshScheduleRequest.setRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
void |
UpdateTopicRefreshScheduleRequest.setRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
TopicRefreshScheduleSummary |
TopicRefreshScheduleSummary.withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
DescribeTopicRefreshScheduleResult |
DescribeTopicRefreshScheduleResult.withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
CreateTopicRefreshScheduleRequest |
CreateTopicRefreshScheduleRequest.withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
UpdateTopicRefreshScheduleRequest |
UpdateTopicRefreshScheduleRequest.withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
Copyright © 2023. All rights reserved.