| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopicRefreshSchedule.Builder |
TopicRefreshSchedule.Builder.basedOnSpiceSchedule(Boolean basedOnSpiceSchedule)
A Boolean value that controls whether to schedule runs at the same schedule that is specified in SPICE
dataset.
|
static TopicRefreshSchedule.Builder |
TopicRefreshSchedule.builder() |
TopicRefreshSchedule.Builder |
TopicRefreshSchedule.Builder.isEnabled(Boolean isEnabled)
A Boolean value that controls whether to schedule is enabled.
|
TopicRefreshSchedule.Builder |
TopicRefreshSchedule.Builder.repeatAt(String repeatAt)
The time of day when the refresh should run, for example, Monday-Sunday.
|
TopicRefreshSchedule.Builder |
TopicRefreshSchedule.Builder.startingAt(Instant startingAt)
The starting date and time for the refresh schedule.
|
TopicRefreshSchedule.Builder |
TopicRefreshSchedule.Builder.timezone(String timezone)
The timezone that you want the refresh schedule to use.
|
TopicRefreshSchedule.Builder |
TopicRefreshSchedule.toBuilder() |
TopicRefreshSchedule.Builder |
TopicRefreshSchedule.Builder.topicScheduleType(String topicScheduleType)
The type of refresh schedule.
|
TopicRefreshSchedule.Builder |
TopicRefreshSchedule.Builder.topicScheduleType(TopicScheduleType topicScheduleType)
The type of refresh schedule.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TopicRefreshSchedule.Builder> |
TopicRefreshSchedule.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TopicRefreshScheduleSummary.Builder |
TopicRefreshScheduleSummary.Builder.refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)
The definition of a refresh schedule.
|
default UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.Builder.refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)
The definition of a refresh schedule.
|
default CreateTopicRefreshScheduleRequest.Builder |
CreateTopicRefreshScheduleRequest.Builder.refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)
The definition of a refresh schedule.
|
default DescribeTopicRefreshScheduleResponse.Builder |
DescribeTopicRefreshScheduleResponse.Builder.refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)
The definition of a refresh schedule.
|
Copyright © 2023. All rights reserved.