Class CfnVPCDHCPOptionsAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCDHCPOptionsAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPCDHCPOptionsAssociationPropsMixin>
- Enclosing class:
CfnVPCDHCPOptionsAssociationPropsMixin
@Stability(Stable)
public static final class CfnVPCDHCPOptionsAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPCDHCPOptionsAssociationPropsMixin>
A fluent builder for
CfnVPCDHCPOptionsAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) dhcpOptionsId(String dhcpOptionsId) The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC.dhcpOptionsId(IDHCPOptionsRef dhcpOptionsId) The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC.The ID of the VPC.The ID of the VPC.
-
Method Details
-
create
@Stability(Stable) public static CfnVPCDHCPOptionsAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVPCDHCPOptionsAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVPCDHCPOptionsAssociationPropsMixin.Builder.
-
dhcpOptionsId
@Stability(Stable) public CfnVPCDHCPOptionsAssociationPropsMixin.Builder dhcpOptionsId(String dhcpOptionsId) The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC.- Parameters:
dhcpOptionsId- The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC. This parameter is required.- Returns:
this- See Also:
-
dhcpOptionsId
@Stability(Stable) public CfnVPCDHCPOptionsAssociationPropsMixin.Builder dhcpOptionsId(IDHCPOptionsRef dhcpOptionsId) The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC.- Parameters:
dhcpOptionsId- The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC. This parameter is required.- Returns:
this- See Also:
-
vpcId
The ID of the VPC.- Parameters:
vpcId- The ID of the VPC. This parameter is required.- Returns:
this- See Also:
-
vpcId
The ID of the VPC.- Parameters:
vpcId- The ID of the VPC. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPCDHCPOptionsAssociationPropsMixin>- Returns:
- a newly built instance of
CfnVPCDHCPOptionsAssociationPropsMixin.
-