Interface TargetDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetDestination.Builder,
,TargetDestination> SdkBuilder<TargetDestination.Builder,
,TargetDestination> SdkPojo
- Enclosing class:
TargetDestination
public static interface TargetDestination.Builder
extends SdkPojo, CopyableBuilder<TargetDestination.Builder,TargetDestination>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TargetDestination.Builder
timestreamDestination
(Consumer<TimestreamDestination.Builder> timestreamDestination) Query result destination details for Timestream data source.timestreamDestination
(TimestreamDestination timestreamDestination) Query result destination details for Timestream data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
timestreamDestination
Query result destination details for Timestream data source.
- Parameters:
timestreamDestination
- Query result destination details for Timestream data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestreamDestination
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 viaTimestreamDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totimestreamDestination(TimestreamDestination)
.- Parameters:
timestreamDestination
- a consumer that will call methods onTimestreamDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-