Interface TableBorderOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TableBorderOptions.Builder,,TableBorderOptions> SdkBuilder<TableBorderOptions.Builder,,TableBorderOptions> SdkPojo
- Enclosing class:
 TableBorderOptions
public static interface TableBorderOptions.Builder
extends SdkPojo, CopyableBuilder<TableBorderOptions.Builder,TableBorderOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe color of a table border.The style (none, solid) of a table border.style(TableBorderStyle style) The style (none, solid) of a table border.The thickness of a table border.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
- 
color
The color of a table border.
- Parameters:
 color- The color of a table border.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
thickness
The thickness of a table border.
- Parameters:
 thickness- The thickness of a table border.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
style
The style (none, solid) of a table border.
- Parameters:
 style- The style (none, solid) of a table border.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
style
The style (none, solid) of a table border.
- Parameters:
 style- The style (none, solid) of a table border.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -