Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.LastUpdate.Builder
-
Packages that use LastUpdate.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of LastUpdate.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return LastUpdate.Builder Modifier and Type Method Description static LastUpdate.BuilderLastUpdate. builder()LastUpdate.BuilderLastUpdate.Builder. status(String status)The status of the last update.LastUpdate.BuilderLastUpdate.Builder. status(LastUpdateStatus status)The status of the last update.LastUpdate.BuilderLastUpdate.Builder. statusMessage(String statusMessage)Error message describing the last account settings update status, visible only if an error occurred.LastUpdate.BuilderLastUpdate.Builder. targetQueryTCU(Integer targetQueryTCU)The number of TimeStream Compute Units (TCUs) requested in the last account settings update.LastUpdate.BuilderLastUpdate. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type LastUpdate.Builder Modifier and Type Method Description static Class<? extends LastUpdate.Builder>LastUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type LastUpdate.Builder Modifier and Type Method Description default ProvisionedCapacityResponse.BuilderProvisionedCapacityResponse.Builder. lastUpdate(Consumer<LastUpdate.Builder> lastUpdate)Information about the last update to the provisioned capacity settings.
-