public static interface ModifyVpcPeeringConnectionOptionsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ModifyVpcPeeringConnectionOptionsResponse.Builder,ModifyVpcPeeringConnectionOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyVpcPeeringConnectionOptionsResponse.Builder |
accepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
|
ModifyVpcPeeringConnectionOptionsResponse.Builder |
requesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
|
copyapply, buildModifyVpcPeeringConnectionOptionsResponse.Builder accepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions - Information about the VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsResponse.Builder requesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions - Information about the VPC peering connection options for the requester VPC.Copyright © 2017. All rights reserved.