Interface TableFieldCustomIconContent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TableFieldCustomIconContent.Builder,TableFieldCustomIconContent>,SdkBuilder<TableFieldCustomIconContent.Builder,TableFieldCustomIconContent>,SdkPojo
- Enclosing class:
- TableFieldCustomIconContent
@Mutable @NotThreadSafe public static interface TableFieldCustomIconContent.Builder extends SdkPojo, CopyableBuilder<TableFieldCustomIconContent.Builder,TableFieldCustomIconContent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableFieldCustomIconContent.Buildericon(String icon)The icon set type (link) of the custom icon content for table URL link content.TableFieldCustomIconContent.Buildericon(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
icon
TableFieldCustomIconContent.Builder icon(String 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:
TableFieldIconSetType,TableFieldIconSetType
-
icon
TableFieldCustomIconContent.Builder icon(TableFieldIconSetType 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:
TableFieldIconSetType,TableFieldIconSetType
-
-