public static interface TargetDestination.Builder extends SdkPojo, CopyableBuilder<TargetDestination.Builder,TargetDestination>
| Modifier and Type | Method and Description |
|---|---|
default TargetDestination.Builder |
timestreamDestination(Consumer<TimestreamDestination.Builder> timestreamDestination)
Query result destination details for Timestream data source.
|
TargetDestination.Builder |
timestreamDestination(TimestreamDestination timestreamDestination)
Query result destination details for Timestream data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetDestination.Builder timestreamDestination(TimestreamDestination timestreamDestination)
Query result destination details for Timestream data source.
timestreamDestination - Query result destination details for Timestream data source.default TargetDestination.Builder timestreamDestination(Consumer<TimestreamDestination.Builder> timestreamDestination)
Query result destination details for Timestream data source.
This is a convenience method that creates an instance of theTimestreamDestination.Builder avoiding
the need to create one manually via TimestreamDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to timestreamDestination(TimestreamDestination).
timestreamDestination - a consumer that will call methods on TimestreamDestination.BuildertimestreamDestination(TimestreamDestination)Copyright © 2023. All rights reserved.