public static interface UpdateTopicRefreshScheduleRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateTopicRefreshScheduleRequest.Builder,UpdateTopicRefreshScheduleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTopicRefreshScheduleRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want to update.
awsAccountId - The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want to
update.UpdateTopicRefreshScheduleRequest.Builder topicId(String topicId)
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.UpdateTopicRefreshScheduleRequest.Builder datasetId(String datasetId)
The ID of the dataset.
datasetId - The ID of the dataset.UpdateTopicRefreshScheduleRequest.Builder refreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
refreshSchedule - The definition of a refresh schedule.default UpdateTopicRefreshScheduleRequest.Builder refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)
The definition of a refresh schedule.
This is a convenience method that creates an instance of theTopicRefreshSchedule.Builder avoiding
the need to create one manually via TopicRefreshSchedule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to refreshSchedule(TopicRefreshSchedule).
refreshSchedule - a consumer that will call methods on TopicRefreshSchedule.BuilderrefreshSchedule(TopicRefreshSchedule)UpdateTopicRefreshScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTopicRefreshScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.