@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:59.311Z")
public interface CfnVPCDHCPOptionsAssociationProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; CfnVPCDHCPOptionsAssociationProps cfnVPCDHCPOptionsAssociationProps = CfnVPCDHCPOptionsAssociationProps.builder() .dhcpOptionsId("dhcpOptionsId") .vpcId("vpcId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVPCDHCPOptionsAssociationProps.Builder
A builder for
CfnVPCDHCPOptionsAssociationProps |
static class |
CfnVPCDHCPOptionsAssociationProps.Jsii$Proxy
An implementation for
CfnVPCDHCPOptionsAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnVPCDHCPOptionsAssociationProps.Builder |
builder() |
java.lang.String |
getDhcpOptionsId()
The ID of the DHCP options set, or `default` to associate no DHCP options with the VPC.
|
java.lang.String |
getVpcId()
The ID of the VPC.
|
java.lang.String getDhcpOptionsId()
java.lang.String getVpcId()
static CfnVPCDHCPOptionsAssociationProps.Builder builder()