public static interface ComponentVariant.Builder extends SdkPojo, CopyableBuilder<ComponentVariant.Builder,ComponentVariant>
| Modifier and Type | Method and Description |
|---|---|
ComponentVariant.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.Builder |
variantValues(Map<String,String> variantValues)
The combination of variants that comprise this variant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentVariant.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.
You can't specify tags as a valid property for overrides.
overrides - The properties of the component variant that can be overriden when customizing an instance of the
component. You can't specify tags as a valid property for overrides.ComponentVariant.Builder variantValues(Map<String,String> variantValues)
The combination of variants that comprise this variant. You can't specify tags as a valid
property for variantValues.
variantValues - The combination of variants that comprise this variant. You can't specify tags as a valid
property for variantValues.Copyright © 2022. All rights reserved.