Interface TableSideBorderOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableSideBorderOptions.Builder,
,TableSideBorderOptions> SdkBuilder<TableSideBorderOptions.Builder,
,TableSideBorderOptions> SdkPojo
- Enclosing class:
TableSideBorderOptions
-
Method Summary
Modifier and TypeMethodDescriptiondefault TableSideBorderOptions.Builder
bottom
(Consumer<TableBorderOptions.Builder> bottom) The table border options of the bottom border.bottom
(TableBorderOptions bottom) The table border options of the bottom border.default TableSideBorderOptions.Builder
innerHorizontal
(Consumer<TableBorderOptions.Builder> innerHorizontal) The table border options of the inner horizontal border.innerHorizontal
(TableBorderOptions innerHorizontal) The table border options of the inner horizontal border.default TableSideBorderOptions.Builder
innerVertical
(Consumer<TableBorderOptions.Builder> innerVertical) The table border options of the inner vertical border.innerVertical
(TableBorderOptions innerVertical) The table border options of the inner vertical border.default TableSideBorderOptions.Builder
The table border options of the left border.left
(TableBorderOptions left) The table border options of the left border.default TableSideBorderOptions.Builder
right
(Consumer<TableBorderOptions.Builder> right) The table border options of the right border.right
(TableBorderOptions right) The table border options of the right border.default TableSideBorderOptions.Builder
The table border options of the top border.top
(TableBorderOptions top) The table border options of the top border.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
-
innerVertical
The table border options of the inner vertical border.
- Parameters:
innerVertical
- The table border options of the inner vertical border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
innerVertical
default TableSideBorderOptions.Builder innerVertical(Consumer<TableBorderOptions.Builder> innerVertical) The table border options of the inner vertical border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder
avoiding the need to create one manually viaTableBorderOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinnerVertical(TableBorderOptions)
.- Parameters:
innerVertical
- a consumer that will call methods onTableBorderOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
innerHorizontal
The table border options of the inner horizontal border.
- Parameters:
innerHorizontal
- The table border options of the inner horizontal border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
innerHorizontal
default TableSideBorderOptions.Builder innerHorizontal(Consumer<TableBorderOptions.Builder> innerHorizontal) The table border options of the inner horizontal border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder
avoiding the need to create one manually viaTableBorderOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinnerHorizontal(TableBorderOptions)
.- Parameters:
innerHorizontal
- a consumer that will call methods onTableBorderOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
left
The table border options of the left border.
- Parameters:
left
- The table border options of the left border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
left
The table border options of the left border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder
avoiding the need to create one manually viaTableBorderOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toleft(TableBorderOptions)
.- Parameters:
left
- a consumer that will call methods onTableBorderOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
right
The table border options of the right border.
- Parameters:
right
- The table border options of the right border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
right
The table border options of the right border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder
avoiding the need to create one manually viaTableBorderOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toright(TableBorderOptions)
.- Parameters:
right
- a consumer that will call methods onTableBorderOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
top
The table border options of the top border.
- Parameters:
top
- The table border options of the top border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
top
The table border options of the top border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder
avoiding the need to create one manually viaTableBorderOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totop(TableBorderOptions)
.- Parameters:
top
- a consumer that will call methods onTableBorderOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bottom
The table border options of the bottom border.
- Parameters:
bottom
- The table border options of the bottom border.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bottom
The table border options of the bottom border.
This is a convenience method that creates an instance of theTableBorderOptions.Builder
avoiding the need to create one manually viaTableBorderOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobottom(TableBorderOptions)
.- Parameters:
bottom
- a consumer that will call methods onTableBorderOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-