@Stability(value=Stable)
public static interface CfnComponent.ComponentVariantProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.amplifyuibuilder.*;
Object overrides;
Object variantValues;
ComponentVariantProperty componentVariantProperty = ComponentVariantProperty.builder()
.overrides(overrides)
.variantValues(variantValues)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponent.ComponentVariantProperty.Builder
A builder for
CfnComponent.ComponentVariantProperty |
static class |
CfnComponent.ComponentVariantProperty.Jsii$Proxy
An implementation for
CfnComponent.ComponentVariantProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponent.ComponentVariantProperty.Builder |
builder() |
default Object |
getOverrides()
The properties of the component variant that can be overriden when customizing an instance of the component.
|
default Object |
getVariantValues()
The combination of variants that comprise this variant.
|
@Stability(value=Stable) @Nullable default Object getOverrides()
You can't specify tags as a valid property for overrides .
@Stability(value=Stable) @Nullable default Object getVariantValues()
@Stability(value=Stable) static CfnComponent.ComponentVariantProperty.Builder builder()
Copyright © 2022. All rights reserved.