public static interface ModifyVpcTenancyRequest.Builder extends EC2Request.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)
Add an optional request override configuration.
|
ModifyVpcTenancyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyVpcTenancyRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ModifyVpcTenancyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.