Interface ComponentVariant.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ComponentVariant.Builder,,ComponentVariant> SdkBuilder<ComponentVariant.Builder,,ComponentVariant> SdkPojo
- Enclosing class:
 ComponentVariant
public static interface ComponentVariant.Builder
extends SdkPojo, CopyableBuilder<ComponentVariant.Builder,ComponentVariant> 
- 
Method Summary
Modifier 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.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
- 
variantValues
The 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 specifytagsas a valid property forvariantValues.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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 foroverrides.- Parameters:
 overrides- The properties of the component variant that can be overriden when customizing an instance of the component. You can't specifytagsas a valid property foroverrides.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -