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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TargetDestination.BuildertimestreamDestination(Consumer<TimestreamDestination.Builder> timestreamDestination)Query result destination details for Timestream data source.TargetDestination.BuildertimestreamDestination(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 Detail
-
timestreamDestination
TargetDestination.Builder timestreamDestination(TimestreamDestination 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.Builderavoiding the need to create one manually viaTimestreamDestination.builder().When the
Consumercompletes,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:
timestreamDestination(TimestreamDestination)
-
-