public static interface ModifyVpcTenancyRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<ModifyVpcTenancyRequest.Builder,ModifyVpcTenancyRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
ModifyVpcTenancyRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildrequestOverrideConfig, requestOverrideConfigModifyVpcTenancyRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.