public static interface ModifyVpcPeeringConnectionOptionsResponse.Builder extends EC2Response.Builder, CopyableBuilder<ModifyVpcPeeringConnectionOptionsResponse.Builder,ModifyVpcPeeringConnectionOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyVpcPeeringConnectionOptionsResponse.Builder |
accepterPeeringConnectionOptions(Consumer<PeeringConnectionOptions.Builder> accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
|
ModifyVpcPeeringConnectionOptionsResponse.Builder |
accepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
|
default ModifyVpcPeeringConnectionOptionsResponse.Builder |
requesterPeeringConnectionOptions(Consumer<PeeringConnectionOptions.Builder> requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
|
ModifyVpcPeeringConnectionOptionsResponse.Builder |
requesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.default ModifyVpcPeeringConnectionOptionsResponse.Builder accepterPeeringConnectionOptions(Consumer<PeeringConnectionOptions.Builder> accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
This is a convenience that creates an instance of thePeeringConnectionOptions.Builder avoiding the
need to create one manually via PeeringConnectionOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to accepterPeeringConnectionOptions(PeeringConnectionOptions).accepterPeeringConnectionOptions - a consumer that will call methods on PeeringConnectionOptions.BuilderaccepterPeeringConnectionOptions(PeeringConnectionOptions)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.default ModifyVpcPeeringConnectionOptionsResponse.Builder requesterPeeringConnectionOptions(Consumer<PeeringConnectionOptions.Builder> requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
This is a convenience that creates an instance of thePeeringConnectionOptions.Builder avoiding the
need to create one manually via PeeringConnectionOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to requesterPeeringConnectionOptions(PeeringConnectionOptions).requesterPeeringConnectionOptions - a consumer that will call methods on PeeringConnectionOptions.BuilderrequesterPeeringConnectionOptions(PeeringConnectionOptions)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.