Interface TableSideBorderOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>
,SdkBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>
,SdkPojo
- Enclosing class:
- TableSideBorderOptions
public static interface TableSideBorderOptions.Builder extends SdkPojo, CopyableBuilder<TableSideBorderOptions.Builder,TableSideBorderOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TableSideBorderOptions.Builder
bottom(Consumer<TableBorderOptions.Builder> bottom)
The table border options of the bottom border.TableSideBorderOptions.Builder
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.TableSideBorderOptions.Builder
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.TableSideBorderOptions.Builder
innerVertical(TableBorderOptions innerVertical)
The table border options of the inner vertical border.default TableSideBorderOptions.Builder
left(Consumer<TableBorderOptions.Builder> left)
The table border options of the left border.TableSideBorderOptions.Builder
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.TableSideBorderOptions.Builder
right(TableBorderOptions right)
The table border options of the right border.default TableSideBorderOptions.Builder
top(Consumer<TableBorderOptions.Builder> top)
The table border options of the top border.TableSideBorderOptions.Builder
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 Detail
-
innerVertical
TableSideBorderOptions.Builder innerVertical(TableBorderOptions 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:
innerVertical(TableBorderOptions)
-
innerHorizontal
TableSideBorderOptions.Builder innerHorizontal(TableBorderOptions 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:
innerHorizontal(TableBorderOptions)
-
left
TableSideBorderOptions.Builder left(TableBorderOptions 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
default TableSideBorderOptions.Builder left(Consumer<TableBorderOptions.Builder> 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:
left(TableBorderOptions)
-
right
TableSideBorderOptions.Builder right(TableBorderOptions 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
default TableSideBorderOptions.Builder right(Consumer<TableBorderOptions.Builder> 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:
right(TableBorderOptions)
-
top
TableSideBorderOptions.Builder top(TableBorderOptions 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
default TableSideBorderOptions.Builder top(Consumer<TableBorderOptions.Builder> 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:
top(TableBorderOptions)
-
bottom
TableSideBorderOptions.Builder bottom(TableBorderOptions 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
default TableSideBorderOptions.Builder bottom(Consumer<TableBorderOptions.Builder> 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:
bottom(TableBorderOptions)
-
-