@Stability(value=Stable)
public static interface CfnExperiment.OnlineAbConfigObjectProperty
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.*;
OnlineAbConfigObjectProperty onlineAbConfigObjectProperty = OnlineAbConfigObjectProperty.builder()
.controlTreatmentName("controlTreatmentName")
.treatmentWeights(List.of(TreatmentToWeightProperty.builder()
.splitWeight(123)
.treatment("treatment")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnExperiment.OnlineAbConfigObjectProperty.Builder
A builder for
CfnExperiment.OnlineAbConfigObjectProperty |
static class |
CfnExperiment.OnlineAbConfigObjectProperty.Jsii$Proxy
An implementation for
CfnExperiment.OnlineAbConfigObjectProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnExperiment.OnlineAbConfigObjectProperty.Builder |
builder() |
default String |
getControlTreatmentName()
`CfnExperiment.OnlineAbConfigObjectProperty.ControlTreatmentName`.
|
default Object |
getTreatmentWeights()
`CfnExperiment.OnlineAbConfigObjectProperty.TreatmentWeights`.
|
@Stability(value=Stable) @Nullable default String getControlTreatmentName()
@Stability(value=Stable) @Nullable default Object getTreatmentWeights()
@Stability(value=Stable) static CfnExperiment.OnlineAbConfigObjectProperty.Builder builder()
Copyright © 2021. All rights reserved.