public static interface ModifyVpcPeeringConnectionOptionsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyVpcPeeringConnectionOptionsResponse.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 method 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.Builder
accepterPeeringConnectionOptions(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 method 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.Builder
requesterPeeringConnectionOptions(PeeringConnectionOptions)
Copyright © 2022. All rights reserved.