Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateTopicRefreshScheduleRequest.Builder
-
Packages that use UpdateTopicRefreshScheduleRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateTopicRefreshScheduleRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateTopicRefreshScheduleRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateTopicRefreshScheduleResponse>QuickSightAsyncClient. updateTopicRefreshSchedule(Consumer<UpdateTopicRefreshScheduleRequest.Builder> updateTopicRefreshScheduleRequest)Updates a topic refresh schedule.default UpdateTopicRefreshScheduleResponseQuickSightClient. updateTopicRefreshSchedule(Consumer<UpdateTopicRefreshScheduleRequest.Builder> updateTopicRefreshScheduleRequest)Updates a topic refresh schedule. -
Uses of UpdateTopicRefreshScheduleRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateTopicRefreshScheduleRequest.Builder Modifier and Type Method Description UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want to update.static UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest. builder()UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest.Builder. datasetId(String datasetId)The ID of the dataset.UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest.Builder. refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)The definition of a refresh schedule.UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest.Builder. refreshSchedule(TopicRefreshSchedule refreshSchedule)The definition of a refresh schedule.UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest. toBuilder()UpdateTopicRefreshScheduleRequest.BuilderUpdateTopicRefreshScheduleRequest.Builder. topicId(String topicId)The ID of the topic that you want to modify.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateTopicRefreshScheduleRequest.Builder Modifier and Type Method Description static Class<? extends UpdateTopicRefreshScheduleRequest.Builder>UpdateTopicRefreshScheduleRequest. serializableBuilderClass()
-