public static interface DeleteTopicRefreshScheduleRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteTopicRefreshScheduleRequest.Builder,DeleteTopicRefreshScheduleRequest>
Modifier and Type | Method and Description |
---|---|
DeleteTopicRefreshScheduleRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
DeleteTopicRefreshScheduleRequest.Builder |
datasetId(String datasetId)
The ID of the dataset.
|
DeleteTopicRefreshScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTopicRefreshScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTopicRefreshScheduleRequest.Builder |
topicId(String topicId)
The ID of the topic that you want to modify.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteTopicRefreshScheduleRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId
- The Amazon Web Services account ID.DeleteTopicRefreshScheduleRequest.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.DeleteTopicRefreshScheduleRequest.Builder datasetId(String datasetId)
The ID of the dataset.
datasetId
- The ID of the dataset.DeleteTopicRefreshScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteTopicRefreshScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.