@Stability(value=Stable) public static final class CfnFeature.EntityOverrideProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFeature.EntityOverrideProperty>
CfnFeature.EntityOverrideProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFeature.EntityOverrideProperty |
build()
Builds the configured instance.
|
CfnFeature.EntityOverrideProperty.Builder |
entityId(String entityId)
Sets the value of
CfnFeature.EntityOverrideProperty.getEntityId() |
CfnFeature.EntityOverrideProperty.Builder |
variation(String variation)
Sets the value of
CfnFeature.EntityOverrideProperty.getVariation() |
@Stability(value=Stable) public CfnFeature.EntityOverrideProperty.Builder entityId(String entityId)
CfnFeature.EntityOverrideProperty.getEntityId()entityId - The entity ID to be served the variation specified in `Variation` .this@Stability(value=Stable) public CfnFeature.EntityOverrideProperty.Builder variation(String variation)
CfnFeature.EntityOverrideProperty.getVariation()variation - The name of the variation to serve to the user session that matches the `EntityId` .this@Stability(value=Stable) public CfnFeature.EntityOverrideProperty build()
build in interface software.amazon.jsii.Builder<CfnFeature.EntityOverrideProperty>CfnFeature.EntityOverridePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.