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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
tokenReferenceA 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.
 
- 
valueThe 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.
 
 
-