@Stability(value=Stable) public static final class CfnVPCDHCPOptionsAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCDHCPOptionsAssociation>
CfnVPCDHCPOptionsAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnVPCDHCPOptionsAssociation |
build() |
static CfnVPCDHCPOptionsAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPCDHCPOptionsAssociation.Builder |
dhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set, or `default` to associate no DHCP options with the VPC.
|
CfnVPCDHCPOptionsAssociation.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
@Stability(value=Stable) public static CfnVPCDHCPOptionsAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVPCDHCPOptionsAssociation.Builder.@Stability(value=Stable) public CfnVPCDHCPOptionsAssociation.Builder dhcpOptionsId(String dhcpOptionsId)
dhcpOptionsId - The ID of the DHCP options set, or `default` to associate no DHCP options with the VPC. This parameter is required.this@Stability(value=Stable) public CfnVPCDHCPOptionsAssociation.Builder vpcId(String vpcId)
vpcId - The ID of the VPC. This parameter is required.this@Stability(value=Stable) public CfnVPCDHCPOptionsAssociation build()
build in interface software.amazon.jsii.Builder<CfnVPCDHCPOptionsAssociation>Copyright © 2022. All rights reserved.