public static interface CreateVpcPeeringConnectionRequest.Builder extends Ec2Request.Builder, CopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>
Modifier and Type | Method and Description |
---|---|
CreateVpcPeeringConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateVpcPeeringConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
vpcId(String vpcId)
The ID of the requester VPC.
|
build
overrideConfiguration
copy
applyMutation, build
CreateVpcPeeringConnectionRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateVpcPeeringConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.