Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateRefreshScheduleResponse.Builder
-
Packages that use UpdateRefreshScheduleResponse.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateRefreshScheduleResponse.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateRefreshScheduleResponse.Builder Modifier and Type Method Description UpdateRefreshScheduleResponse.BuilderUpdateRefreshScheduleResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) for the refresh schedule.static UpdateRefreshScheduleResponse.BuilderUpdateRefreshScheduleResponse. builder()UpdateRefreshScheduleResponse.BuilderUpdateRefreshScheduleResponse.Builder. requestId(String requestId)The Amazon Web Services request ID for this operation.UpdateRefreshScheduleResponse.BuilderUpdateRefreshScheduleResponse.Builder. scheduleId(String scheduleId)The ID of the refresh schedule.UpdateRefreshScheduleResponse.BuilderUpdateRefreshScheduleResponse.Builder. status(Integer status)The HTTP status of the request.UpdateRefreshScheduleResponse.BuilderUpdateRefreshScheduleResponse. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateRefreshScheduleResponse.Builder Modifier and Type Method Description static Class<? extends UpdateRefreshScheduleResponse.Builder>UpdateRefreshScheduleResponse. serializableBuilderClass()
-