public static interface AssociateDhcpOptionsRequest.Builder extends Ec2Request.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateDhcpOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateDhcpOptionsRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AssociateDhcpOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.