CopyableBuilder<ModifyVpcPeeringConnectionOptionsRequest.Builder,ModifyVpcPeeringConnectionOptionsRequest>
, SdkBuilder<ModifyVpcPeeringConnectionOptionsRequest.Builder,ModifyVpcPeeringConnectionOptionsRequest>
public static interface ModifyVpcPeeringConnectionOptionsRequest.Builder extends CopyableBuilder<ModifyVpcPeeringConnectionOptionsRequest.Builder,ModifyVpcPeeringConnectionOptionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyVpcPeeringConnectionOptionsRequest.Builder |
accepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions) |
The VPC peering connection options for the accepter VPC.
|
ModifyVpcPeeringConnectionOptionsRequest.Builder |
requesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions) |
The VPC peering connection options for the requester VPC.
|
ModifyVpcPeeringConnectionOptionsRequest.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId) |
The ID of the VPC peering connection.
|
copy
apply, build
ModifyVpcPeeringConnectionOptionsRequest.Builder accepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions
- The VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsRequest.Builder requesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions
- The VPC peering connection options for the requester VPC.ModifyVpcPeeringConnectionOptionsRequest.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId
- The ID of the VPC peering connection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.