@Stability(value=Stable)
public static interface CfnFeature.EntityOverrideProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.evidently.*;
EntityOverrideProperty entityOverrideProperty = EntityOverrideProperty.builder()
.entityId("entityId")
.variation("variation")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFeature.EntityOverrideProperty.Builder
A builder for
CfnFeature.EntityOverrideProperty |
static class |
CfnFeature.EntityOverrideProperty.Jsii$Proxy
An implementation for
CfnFeature.EntityOverrideProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFeature.EntityOverrideProperty.Builder |
builder() |
default String |
getEntityId()
`CfnFeature.EntityOverrideProperty.EntityId`.
|
default String |
getVariation()
`CfnFeature.EntityOverrideProperty.Variation`.
|
@Stability(value=Stable) @Nullable default String getEntityId()
@Stability(value=Stable) @Nullable default String getVariation()
@Stability(value=Stable) static CfnFeature.EntityOverrideProperty.Builder builder()
Copyright © 2021. All rights reserved.