public static interface TargetConfiguration.Builder extends SdkPojo, CopyableBuilder<TargetConfiguration.Builder,TargetConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default TargetConfiguration.Builder |
timestreamConfiguration(Consumer<TimestreamConfiguration.Builder> timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
|
TargetConfiguration.Builder |
timestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetConfiguration.Builder timestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
timestreamConfiguration - Configuration needed to write data into the Timestream database and table.default TargetConfiguration.Builder timestreamConfiguration(Consumer<TimestreamConfiguration.Builder> timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
This is a convenience method that creates an instance of theTimestreamConfiguration.Builder avoiding
the need to create one manually via TimestreamConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to timestreamConfiguration(TimestreamConfiguration).
timestreamConfiguration - a consumer that will call methods on TimestreamConfiguration.BuildertimestreamConfiguration(TimestreamConfiguration)Copyright © 2023. All rights reserved.