Interface ListRefreshSchedulesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListRefreshSchedulesResponse.Builder,
,ListRefreshSchedulesResponse> QuickSightResponse.Builder
,SdkBuilder<ListRefreshSchedulesResponse.Builder,
,ListRefreshSchedulesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRefreshSchedulesResponse
@Mutable
@NotThreadSafe
public static interface ListRefreshSchedulesResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListRefreshSchedulesResponse.Builder,ListRefreshSchedulesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionrefreshSchedules
(Collection<RefreshSchedule> refreshSchedules) The list of refresh schedules for the dataset.refreshSchedules
(Consumer<RefreshSchedule.Builder>... refreshSchedules) The list of refresh schedules for the dataset.refreshSchedules
(RefreshSchedule... refreshSchedules) The list of refresh schedules for the dataset.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
refreshSchedules
The list of refresh schedules for the dataset.
- Parameters:
refreshSchedules
- The list of refresh schedules for the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedules
The list of refresh schedules for the dataset.
- Parameters:
refreshSchedules
- The list of refresh schedules for the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedules
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 viaRefreshSchedule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torefreshSchedules(List<RefreshSchedule>)
.- Parameters:
refreshSchedules
- a consumer that will call methods onRefreshSchedule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-