public static interface DescribeTopicRefreshScheduleResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicRefreshScheduleResponse.Builder,DescribeTopicRefreshScheduleResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTopicRefreshScheduleResponse.Builder topicId(String topicId)
The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique
per Amazon Web Services Region for each Amazon Web Services account.DescribeTopicRefreshScheduleResponse.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
topicArn - The Amazon Resource Name (ARN) of the topic.DescribeTopicRefreshScheduleResponse.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn - The Amazon Resource Name (ARN) of the dataset.DescribeTopicRefreshScheduleResponse.Builder refreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
refreshSchedule - The definition of a refresh schedule.default DescribeTopicRefreshScheduleResponse.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)DescribeTopicRefreshScheduleResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeTopicRefreshScheduleResponse.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.