Interface TableCellImageSizingConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TableCellImageSizingConfiguration.Builder,TableCellImageSizingConfiguration>
,SdkBuilder<TableCellImageSizingConfiguration.Builder,TableCellImageSizingConfiguration>
,SdkPojo
- Enclosing class:
- TableCellImageSizingConfiguration
public static interface TableCellImageSizingConfiguration.Builder extends SdkPojo, CopyableBuilder<TableCellImageSizingConfiguration.Builder,TableCellImageSizingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableCellImageSizingConfiguration.Builder
tableCellImageScalingConfiguration(String tableCellImageScalingConfiguration)
The cell scaling configuration of the sizing options for the table image configuration.TableCellImageSizingConfiguration.Builder
tableCellImageScalingConfiguration(TableCellImageScalingConfiguration tableCellImageScalingConfiguration)
The cell scaling configuration of 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
-
tableCellImageScalingConfiguration
TableCellImageSizingConfiguration.Builder tableCellImageScalingConfiguration(String tableCellImageScalingConfiguration)
The cell scaling configuration of the sizing options for the table image configuration.
- Parameters:
tableCellImageScalingConfiguration
- The cell scaling configuration of the sizing options for the table image configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableCellImageScalingConfiguration
,TableCellImageScalingConfiguration
-
tableCellImageScalingConfiguration
TableCellImageSizingConfiguration.Builder tableCellImageScalingConfiguration(TableCellImageScalingConfiguration tableCellImageScalingConfiguration)
The cell scaling configuration of the sizing options for the table image configuration.
- Parameters:
tableCellImageScalingConfiguration
- The cell scaling configuration of the sizing options for the table image configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TableCellImageScalingConfiguration
,TableCellImageScalingConfiguration
-
-