Interface TimestreamDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimestreamDestination.Builder,
,TimestreamDestination> SdkBuilder<TimestreamDestination.Builder,
,TimestreamDestination> SdkPojo
- Enclosing class:
TimestreamDestination
public static interface TimestreamDestination.Builder
extends SdkPojo, CopyableBuilder<TimestreamDestination.Builder,TimestreamDestination>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName
(String databaseName) Timestream database name.Timestream table name.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
-
databaseName
Timestream database name.
- Parameters:
databaseName
- Timestream database name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
Timestream table name.
- Parameters:
tableName
- Timestream table name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-