Class CfnStaticIpPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.lightsail.mixins.CfnStaticIpPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStaticIpPropsMixin>
- Enclosing class:
CfnStaticIpPropsMixin
@Stability(Stable)
public static final class CfnStaticIpPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStaticIpPropsMixin>
A fluent builder for
CfnStaticIpPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionattachedTo(String attachedTo) The instance that the static IP is attached to.build()create()create(CfnPropertyMixinOptions options) staticIpName(String staticIpName) The name of the static IP.
-
Method Details
-
create
@Stability(Stable) public static CfnStaticIpPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnStaticIpPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnStaticIpPropsMixin.Builder.
-
attachedTo
The instance that the static IP is attached to.- Parameters:
attachedTo- The instance that the static IP is attached to. This parameter is required.- Returns:
this- See Also:
-
staticIpName
The name of the static IP.- Parameters:
staticIpName- The name of the static IP. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStaticIpPropsMixin>- Returns:
- a newly built instance of
CfnStaticIpPropsMixin.
-