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 |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
AssociateDhcpOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateDhcpOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateDhcpOptionsRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.AssociateDhcpOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateDhcpOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.