@Stability(value=Stable)
public static interface CfnLaunch.GroupToWeightProperty
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.*;
GroupToWeightProperty groupToWeightProperty = GroupToWeightProperty.builder()
.groupName("groupName")
.splitWeight(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunch.GroupToWeightProperty.Builder
A builder for
CfnLaunch.GroupToWeightProperty |
static class |
CfnLaunch.GroupToWeightProperty.Jsii$Proxy
An implementation for
CfnLaunch.GroupToWeightProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunch.GroupToWeightProperty.Builder |
builder() |
String |
getGroupName()
`CfnLaunch.GroupToWeightProperty.GroupName`.
|
Number |
getSplitWeight()
`CfnLaunch.GroupToWeightProperty.SplitWeight`.
|
@Stability(value=Stable) @NotNull String getGroupName()
@Stability(value=Stable) @NotNull Number getSplitWeight()
@Stability(value=Stable) static CfnLaunch.GroupToWeightProperty.Builder builder()
Copyright © 2021. All rights reserved.