public static interface ListRefreshSchedulesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListRefreshSchedulesResponse.Builder,ListRefreshSchedulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRefreshSchedulesResponse.Builder |
refreshSchedules(Collection<RefreshSchedule> refreshSchedules)
The list of refresh schedules for the dataset.
|
ListRefreshSchedulesResponse.Builder |
refreshSchedules(Consumer<RefreshSchedule.Builder>... refreshSchedules)
The list of refresh schedules for the dataset.
|
ListRefreshSchedulesResponse.Builder |
refreshSchedules(RefreshSchedule... refreshSchedules)
The list of refresh schedules for the dataset.
|
ListRefreshSchedulesResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListRefreshSchedulesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRefreshSchedulesResponse.Builder refreshSchedules(Collection<RefreshSchedule> refreshSchedules)
The list of refresh schedules for the dataset.
refreshSchedules - The list of refresh schedules for the dataset.ListRefreshSchedulesResponse.Builder refreshSchedules(RefreshSchedule... refreshSchedules)
The list of refresh schedules for the dataset.
refreshSchedules - The list of refresh schedules for the dataset.ListRefreshSchedulesResponse.Builder refreshSchedules(Consumer<RefreshSchedule.Builder>... refreshSchedules)
The list of refresh schedules for the dataset.
This is a convenience method that creates an instance of theRefreshSchedule.Builder avoiding the need to create
one manually via RefreshSchedule.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
RefreshSchedule.Builder#refreshSchedules(java.util.Collection) ListRefreshSchedulesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListRefreshSchedulesResponse.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.