Interface ComponentVariant.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ComponentVariant.Builder,,- ComponentVariant> - SdkBuilder<ComponentVariant.Builder,,- ComponentVariant> - SdkPojo
- Enclosing class:
- ComponentVariant
@Mutable
@NotThreadSafe
public static interface ComponentVariant.Builder
extends SdkPojo, CopyableBuilder<ComponentVariant.Builder,ComponentVariant> 
- 
Method SummaryModifier and TypeMethodDescriptionThe properties of the component variant that can be overriden when customizing an instance of the component.variantValues(Map<String, String> variantValues) The combination of variants that comprise this variant.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- 
variantValuesThe combination of variants that comprise this variant. You can't specify tagsas a valid property forvariantValues.- Parameters:
- variantValues- The combination of variants that comprise this variant. You can't specify- tagsas a valid property for- variantValues.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overridesThe properties of the component variant that can be overriden when customizing an instance of the component. You can't specify tagsas a valid property foroverrides.- Parameters:
- overrides- The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify- tagsas a valid property for- overrides.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-