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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentVariant.Builderoverrides(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.BuildervariantValues(Map<String,String> variantValues)The combination of variants that comprise this variant.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
variantValues
ComponentVariant.Builder variantValues(Map<String,String> 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
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. 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.
-
-