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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestreamDestination.BuilderdatabaseName(String databaseName)Timestream database name.TimestreamDestination.BuildertableName(String tableName)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 Detail
-
databaseName
TimestreamDestination.Builder databaseName(String 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
TimestreamDestination.Builder tableName(String tableName)
Timestream table name.
- Parameters:
tableName- Timestream table name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-