Interface TableFieldImageConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TableFieldImageConfiguration.Builder,TableFieldImageConfiguration>,SdkBuilder<TableFieldImageConfiguration.Builder,TableFieldImageConfiguration>,SdkPojo
- Enclosing class:
- TableFieldImageConfiguration
public static interface TableFieldImageConfiguration.Builder extends SdkPojo, CopyableBuilder<TableFieldImageConfiguration.Builder,TableFieldImageConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TableFieldImageConfiguration.BuildersizingOptions(Consumer<TableCellImageSizingConfiguration.Builder> sizingOptions)The sizing options for the table image configuration.TableFieldImageConfiguration.BuildersizingOptions(TableCellImageSizingConfiguration sizingOptions)The sizing options for the table image configuration.-
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
-
sizingOptions
TableFieldImageConfiguration.Builder sizingOptions(TableCellImageSizingConfiguration sizingOptions)
The sizing options for the table image configuration.
- Parameters:
sizingOptions- The sizing options for the table image configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizingOptions
default TableFieldImageConfiguration.Builder sizingOptions(Consumer<TableCellImageSizingConfiguration.Builder> sizingOptions)
The sizing options for the table image configuration.
This is a convenience method that creates an instance of theTableCellImageSizingConfiguration.Builderavoiding the need to create one manually viaTableCellImageSizingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosizingOptions(TableCellImageSizingConfiguration).- Parameters:
sizingOptions- a consumer that will call methods onTableCellImageSizingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sizingOptions(TableCellImageSizingConfiguration)
-
-