Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentVariant.Builder
-
Packages that use ComponentVariant.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentVariant.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ComponentVariant.Builder Modifier and Type Method Description static ComponentVariant.BuilderComponentVariant. builder()ComponentVariant.BuilderComponentVariant.Builder. overrides(Map<String,? extends Map<String,String>> overrides)The properties of the component variant that can be overriden when customizing an instance of the component.ComponentVariant.BuilderComponentVariant. toBuilder()ComponentVariant.BuilderComponentVariant.Builder. variantValues(Map<String,String> variantValues)The combination of variants that comprise this variant.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentVariant.Builder Modifier and Type Method Description static Class<? extends ComponentVariant.Builder>ComponentVariant. serializableBuilderClass()
-