public static interface AssociateDhcpOptionsRequest.Builder extends EC2Request.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateDhcpOptionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateDhcpOptionsRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildrequestOverrideConfigcopyapply, 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.AssociateDhcpOptionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AssociateDhcpOptionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.