Interface FormStyleConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FormStyleConfig.Builder,
,FormStyleConfig> SdkBuilder<FormStyleConfig.Builder,
,FormStyleConfig> SdkPojo
- Enclosing class:
FormStyleConfig
@Mutable
@NotThreadSafe
public static interface FormStyleConfig.Builder
extends SdkPojo, CopyableBuilder<FormStyleConfig.Builder,FormStyleConfig>
-
Method Summary
Modifier and TypeMethodDescriptiontokenReference
(String tokenReference) A reference to a design token to use to bind the form's style properties to an existing theme.The value of the style setting.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 Details
-
tokenReference
A reference to a design token to use to bind the form's style properties to an existing theme.
- Parameters:
tokenReference
- A reference to a design token to use to bind the form's style properties to an existing theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the style setting.
- Parameters:
value
- The value of the style setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-