@Stability(value=Stable)
public static interface CfnFeature.EntityOverrideProperty
extends software.amazon.jsii.JsiiSerializable
Each key specifies a user using their user ID, account ID, or some other identifier. The value specifies the name of the variation that the user is to be served.
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.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()
The entity ID to be served the variation specified in `Variation` .
|
default String |
getVariation()
The name of the variation to serve to the user session that matches the `EntityId` .
|
@Stability(value=Stable) @Nullable default String getEntityId()
@Stability(value=Stable) @Nullable default String getVariation()
@Stability(value=Stable) static CfnFeature.EntityOverrideProperty.Builder builder()
Copyright © 2022. All rights reserved.