Class CfnExperimentRun.TreatmentOverridesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appconfig.CfnExperimentRun.TreatmentOverridesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentRun.TreatmentOverridesProperty>
- Enclosing interface:
CfnExperimentRun.TreatmentOverridesProperty
@Stability(Stable)
public static final class CfnExperimentRun.TreatmentOverridesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentRun.TreatmentOverridesProperty>
A builder for
CfnExperimentRun.TreatmentOverridesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnExperimentRun.TreatmentOverridesProperty.getInline()inline(IResolvable inline) Sets the value ofCfnExperimentRun.TreatmentOverridesProperty.getInline()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inline
@Stability(Stable) public CfnExperimentRun.TreatmentOverridesProperty.Builder inline(IResolvable inline) Sets the value ofCfnExperimentRun.TreatmentOverridesProperty.getInline()- Parameters:
inline- Map of entity ID to treatment key (t1, t2, ..., or c for control).- Returns:
this
-
inline
@Stability(Stable) public CfnExperimentRun.TreatmentOverridesProperty.Builder inline(Map<String, String> inline) Sets the value ofCfnExperimentRun.TreatmentOverridesProperty.getInline()- Parameters:
inline- Map of entity ID to treatment key (t1, t2, ..., or c for control).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExperimentRun.TreatmentOverridesProperty>- Returns:
- a new instance of
CfnExperimentRun.TreatmentOverridesProperty - Throws:
NullPointerException- if any required attribute was not provided
-