public static interface AssociateDhcpOptionsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<AssociateDhcpOptionsRequest.Builder,AssociateDhcpOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateDhcpOptionsRequest.Builder |
dhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set, or
default to associate no DHCP options with the VPC. |
AssociateDhcpOptionsRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
copyapply, buildAssociateDhcpOptionsRequest.Builder dhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set, or default to associate no DHCP options with the VPC.
dhcpOptionsId - The ID of the DHCP options set, or default to associate no DHCP options with the VPC.AssociateDhcpOptionsRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2017. All rights reserved.