@Stability(value=Stable) public static final class CfnEipEndpoint.Builder extends Object implements software.amazon.jsii.Builder<CfnEipEndpoint>
CfnEipEndpoint.| Modifier and Type | Method and Description |
|---|---|
CfnEipEndpoint |
build() |
static CfnEipEndpoint.Builder |
create(CfnEIP eip) |
CfnEipEndpoint.Builder |
weight(Number weight)
Endpoint weight across all endpoints in the group.
|
@Stability(value=Stable) public static CfnEipEndpoint.Builder create(CfnEIP eip)
eip - This parameter is required.CfnEipEndpoint.Builder.@Stability(value=Stable) public CfnEipEndpoint.Builder weight(Number weight)
Must be a value between 0 and 255.
Default: 128
weight - Endpoint weight across all endpoints in the group. This parameter is required.this@Stability(value=Stable) public CfnEipEndpoint build()
build in interface software.amazon.jsii.Builder<CfnEipEndpoint>Copyright © 2022. All rights reserved.