public static interface CreateVpcPeeringConnectionRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpcPeeringConnectionRequest.Builder |
peerOwnerId(String peerOwnerId)
The AWS account ID of the owner of the peer VPC.
|
CreateVpcPeeringConnectionRequest.Builder |
peerVpcId(String peerVpcId)
The ID of the VPC with which you are creating the VPC peering connection.
|
CreateVpcPeeringConnectionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
CreateVpcPeeringConnectionRequest.Builder |
vpcId(String vpcId)
The ID of the requester VPC.
|
buildrequestOverrideConfig, requestOverrideConfigCreateVpcPeeringConnectionRequest.Builder peerOwnerId(String peerOwnerId)
The AWS account ID of the owner of the peer VPC.
Default: Your AWS account ID
peerOwnerId - The AWS account ID of the owner of the peer VPC.
Default: Your AWS account ID
CreateVpcPeeringConnectionRequest.Builder peerVpcId(String peerVpcId)
The ID of the VPC with which you are creating the VPC peering connection.
peerVpcId - The ID of the VPC with which you are creating the VPC peering connection.CreateVpcPeeringConnectionRequest.Builder vpcId(String vpcId)
The ID of the requester VPC.
vpcId - The ID of the requester VPC.CreateVpcPeeringConnectionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.