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
Modifier and TypeMethodDescriptionsizingOptions(Consumer<TableCellImageSizingConfiguration.Builder> sizingOptions) The sizing options for the table image configuration.sizingOptions(TableCellImageSizingConfiguration sizingOptions) The sizing options for the table image configuration.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
- 
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:
 
 
 -