Class CfnEipEndpoint.Builder
java.lang.Object
software.amazon.awscdk.services.globalaccelerator.endpoints.CfnEipEndpoint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEipEndpoint>
- Enclosing class:
CfnEipEndpoint
@Stability(Stable)
public static final class CfnEipEndpoint.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEipEndpoint>
A fluent builder for
CfnEipEndpoint.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnEipEndpoint.BuilderEndpoint weight across all endpoints in the group.
-
Method Details
-
create
- Parameters:
eip- This parameter is required.- Returns:
- a new instance of
CfnEipEndpoint.Builder.
-
weight
Endpoint weight across all endpoints in the group.Must be a value between 0 and 255.
Default: 128
- Parameters:
weight- Endpoint weight across all endpoints in the group. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEipEndpoint>- Returns:
- a newly built instance of
CfnEipEndpoint.
-