Interface FormStyleConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FormStyleConfig.Builder,,FormStyleConfig> SdkBuilder<FormStyleConfig.Builder,,FormStyleConfig> SdkPojo
- Enclosing class:
 FormStyleConfig
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
 
 
 -