Interface TimestreamDestination.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TimestreamDestination.Builder,,TimestreamDestination> SdkBuilder<TimestreamDestination.Builder,,TimestreamDestination> SdkPojo
- Enclosing class:
 TimestreamDestination
@Mutable
@NotThreadSafe
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
 
 
 -