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.
|
build
requestOverrideConfig
copy
apply, build
AssociateDhcpOptionsRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AssociateDhcpOptionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.