Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.TargetDestination.Builder
-
Packages that use TargetDestination.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of TargetDestination.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return TargetDestination.Builder Modifier and Type Method Description static TargetDestination.BuilderTargetDestination. builder()default TargetDestination.BuilderTargetDestination.Builder. timestreamDestination(Consumer<TimestreamDestination.Builder> timestreamDestination)Query result destination details for Timestream data source.TargetDestination.BuilderTargetDestination.Builder. timestreamDestination(TimestreamDestination timestreamDestination)Query result destination details for Timestream data source.TargetDestination.BuilderTargetDestination. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type TargetDestination.Builder Modifier and Type Method Description static Class<? extends TargetDestination.Builder>TargetDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type TargetDestination.Builder Modifier and Type Method Description default ScheduledQuery.BuilderScheduledQuery.Builder. targetDestination(Consumer<TargetDestination.Builder> targetDestination)Target data source where final scheduled query result will be written.
-