@Stability(value=Stable)
public static interface CfnLaunch.StepConfigProperty
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.*;
StepConfigProperty stepConfigProperty = StepConfigProperty.builder()
.groupWeights(List.of(GroupToWeightProperty.builder()
.groupName("groupName")
.splitWeight(123)
.build()))
.startTime("startTime")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunch.StepConfigProperty.Builder
A builder for
CfnLaunch.StepConfigProperty |
static class |
CfnLaunch.StepConfigProperty.Jsii$Proxy
An implementation for
CfnLaunch.StepConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunch.StepConfigProperty.Builder |
builder() |
Object |
getGroupWeights()
`CfnLaunch.StepConfigProperty.GroupWeights`.
|
String |
getStartTime()
`CfnLaunch.StepConfigProperty.StartTime`.
|
@Stability(value=Stable) @NotNull Object getGroupWeights()
@Stability(value=Stable) @NotNull String getStartTime()
@Stability(value=Stable) static CfnLaunch.StepConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.