Interface Table.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Table.Builder,,Table> SdkBuilder<Table.Builder,,Table> SdkPojo
- Enclosing class:
Table
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the table.The name of the table.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, sdkFields
-
Method Details
-
tableId
The id of the table.
- Parameters:
tableId- The id of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
The name of the table.
- Parameters:
tableName- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-