@Stability(value=Stable)
public static interface CfnLaunch.SegmentOverrideProperty
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.*;
SegmentOverrideProperty segmentOverrideProperty = SegmentOverrideProperty.builder()
.evaluationOrder(123)
.segment("segment")
.weights(List.of(GroupToWeightProperty.builder()
.groupName("groupName")
.splitWeight(123)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunch.SegmentOverrideProperty.Builder
A builder for
CfnLaunch.SegmentOverrideProperty |
static class |
CfnLaunch.SegmentOverrideProperty.Jsii$Proxy
An implementation for
CfnLaunch.SegmentOverrideProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunch.SegmentOverrideProperty.Builder |
builder() |
Number |
getEvaluationOrder()
`CfnLaunch.SegmentOverrideProperty.EvaluationOrder`.
|
String |
getSegment()
`CfnLaunch.SegmentOverrideProperty.Segment`.
|
Object |
getWeights()
`CfnLaunch.SegmentOverrideProperty.Weights`.
|
@Stability(value=Stable) @NotNull Number getEvaluationOrder()
@Stability(value=Stable) @NotNull String getSegment()
@Stability(value=Stable) @NotNull Object getWeights()
@Stability(value=Stable) static CfnLaunch.SegmentOverrideProperty.Builder builder()
Copyright © 2022. All rights reserved.