public static interface UpdateTopicRefreshScheduleResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateTopicRefreshScheduleResponse.Builder,UpdateTopicRefreshScheduleResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateTopicRefreshScheduleResponse.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
UpdateTopicRefreshScheduleResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateTopicRefreshScheduleResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
UpdateTopicRefreshScheduleResponse.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
UpdateTopicRefreshScheduleResponse.Builder |
topicId(String topicId)
The ID of the topic that you want to modify.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTopicRefreshScheduleResponse.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.UpdateTopicRefreshScheduleResponse.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
topicArn - The Amazon Resource Name (ARN) of the topic.UpdateTopicRefreshScheduleResponse.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn - The Amazon Resource Name (ARN) of the dataset.UpdateTopicRefreshScheduleResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.UpdateTopicRefreshScheduleResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.Copyright © 2023. All rights reserved.