public static interface ModifyVpcTenancyRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcTenancyRequest.Builder,ModifyVpcTenancyRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyVpcTenancyRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ModifyVpcTenancyRequest.Builder |
instanceTenancy(String instanceTenancy)
The instance tenancy attribute for the VPC.
|
ModifyVpcTenancyRequest.Builder |
instanceTenancy(VpcTenancy instanceTenancy)
The instance tenancy attribute for the VPC.
|
ModifyVpcTenancyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVpcTenancyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyVpcTenancyRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpcTenancyRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.ModifyVpcTenancyRequest.Builder instanceTenancy(String instanceTenancy)
The instance tenancy attribute for the VPC.
instanceTenancy - The instance tenancy attribute for the VPC.VpcTenancy,
VpcTenancyModifyVpcTenancyRequest.Builder instanceTenancy(VpcTenancy instanceTenancy)
The instance tenancy attribute for the VPC.
instanceTenancy - The instance tenancy attribute for the VPC.VpcTenancy,
VpcTenancyModifyVpcTenancyRequest.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.ModifyVpcTenancyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyVpcTenancyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.