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
Modifier and TypeMethodDescriptiontableCellImageScalingConfiguration
(String tableCellImageScalingConfiguration) The cell scaling configuration of the sizing options for the table image configuration.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 Details
-
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
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:
-