@Stability(value=Stable) public static final class CfnVPCDHCPOptionsAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCDHCPOptionsAssociationProps>
CfnVPCDHCPOptionsAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVPCDHCPOptionsAssociationProps |
build()
Builds the configured instance.
|
CfnVPCDHCPOptionsAssociationProps.Builder |
dhcpOptionsId(String dhcpOptionsId)
Sets the value of
CfnVPCDHCPOptionsAssociationProps.getDhcpOptionsId() |
CfnVPCDHCPOptionsAssociationProps.Builder |
vpcId(String vpcId)
Sets the value of
CfnVPCDHCPOptionsAssociationProps.getVpcId() |
@Stability(value=Stable) public CfnVPCDHCPOptionsAssociationProps.Builder dhcpOptionsId(String dhcpOptionsId)
CfnVPCDHCPOptionsAssociationProps.getDhcpOptionsId()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 CfnVPCDHCPOptionsAssociationProps.Builder vpcId(String vpcId)
CfnVPCDHCPOptionsAssociationProps.getVpcId()vpcId - The ID of the VPC. This parameter is required.this@Stability(value=Stable) public CfnVPCDHCPOptionsAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnVPCDHCPOptionsAssociationProps>CfnVPCDHCPOptionsAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.