Interface TableFieldCustomIconContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableFieldCustomIconContent.Builder,
,TableFieldCustomIconContent> SdkBuilder<TableFieldCustomIconContent.Builder,
,TableFieldCustomIconContent> SdkPojo
- Enclosing class:
TableFieldCustomIconContent
public static interface TableFieldCustomIconContent.Builder
extends SdkPojo, CopyableBuilder<TableFieldCustomIconContent.Builder,TableFieldCustomIconContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe icon set type (link) of the custom icon content for table URL link content.icon
(TableFieldIconSetType icon) The icon set type (link) of the custom icon content for table URL link content.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
-
icon
The icon set type (link) of the custom icon content for table URL link content.
- Parameters:
icon
- The icon set type (link) of the custom icon content for table URL link content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
icon
The icon set type (link) of the custom icon content for table URL link content.
- Parameters:
icon
- The icon set type (link) of the custom icon content for table URL link content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-