public static interface ListTopicRefreshSchedulesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTopicRefreshSchedulesResponse.Builder,ListTopicRefreshSchedulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTopicRefreshSchedulesResponse.Builder |
refreshSchedules(Collection<TopicRefreshScheduleSummary> refreshSchedules)
The list of topic refresh schedules.
|
ListTopicRefreshSchedulesResponse.Builder |
refreshSchedules(Consumer<TopicRefreshScheduleSummary.Builder>... refreshSchedules)
The list of topic refresh schedules.
|
ListTopicRefreshSchedulesResponse.Builder |
refreshSchedules(TopicRefreshScheduleSummary... refreshSchedules)
The list of topic refresh schedules.
|
ListTopicRefreshSchedulesResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListTopicRefreshSchedulesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
ListTopicRefreshSchedulesResponse.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
ListTopicRefreshSchedulesResponse.Builder |
topicId(String topicId)
The ID for the topic that you want to describe.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTopicRefreshSchedulesResponse.Builder topicId(String topicId)
The ID for the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID for the topic that you want to describe. This ID is unique per Amazon Web Services Region for
each Amazon Web Services account.ListTopicRefreshSchedulesResponse.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
topicArn - The Amazon Resource Name (ARN) of the topic.ListTopicRefreshSchedulesResponse.Builder refreshSchedules(Collection<TopicRefreshScheduleSummary> refreshSchedules)
The list of topic refresh schedules.
refreshSchedules - The list of topic refresh schedules.ListTopicRefreshSchedulesResponse.Builder refreshSchedules(TopicRefreshScheduleSummary... refreshSchedules)
The list of topic refresh schedules.
refreshSchedules - The list of topic refresh schedules.ListTopicRefreshSchedulesResponse.Builder refreshSchedules(Consumer<TopicRefreshScheduleSummary.Builder>... refreshSchedules)
The list of topic refresh schedules.
This is a convenience method that creates an instance of theTopicRefreshScheduleSummary.Builder avoiding the
need to create one manually via
TopicRefreshScheduleSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #refreshSchedules(List.
refreshSchedules - a consumer that will call methods on
TopicRefreshScheduleSummary.Builder#refreshSchedules(java.util.Collection) ListTopicRefreshSchedulesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListTopicRefreshSchedulesResponse.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.