| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTopicRefreshScheduleResponse |
QuickSightClient.updateTopicRefreshSchedule(Consumer<UpdateTopicRefreshScheduleRequest.Builder> updateTopicRefreshScheduleRequest)
Updates a topic refresh schedule.
|
default CompletableFuture<UpdateTopicRefreshScheduleResponse> |
QuickSightAsyncClient.updateTopicRefreshSchedule(Consumer<UpdateTopicRefreshScheduleRequest.Builder> updateTopicRefreshScheduleRequest)
Updates a topic refresh schedule.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.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.Builder |
UpdateTopicRefreshScheduleRequest.builder() |
UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.Builder.datasetId(String datasetId)
The ID of the dataset.
|
UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.Builder.refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule)
The definition of a refresh schedule.
|
UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.Builder.refreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.toBuilder() |
UpdateTopicRefreshScheduleRequest.Builder |
UpdateTopicRefreshScheduleRequest.Builder.topicId(String topicId)
The ID of the topic that you want to modify.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateTopicRefreshScheduleRequest.Builder> |
UpdateTopicRefreshScheduleRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.