public static interface CfnFeature.EntityOverrideProperty
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 java.lang.String |
getEntityId()
The entity ID to be served the variation specified in `Variation` .
|
default java.lang.String |
getVariation()
The name of the variation to serve to the user session that matches the `EntityId` .
|
default java.lang.String getEntityId()
default java.lang.String getVariation()
static CfnFeature.EntityOverrideProperty.Builder builder()