public static interface ModifyVpcPeeringConnectionOptionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcPeeringConnectionOptionsRequest.Builder,ModifyVpcPeeringConnectionOptionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpcPeeringConnectionOptionsRequest.Builder accepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions - The VPC peering connection options for the accepter VPC.default ModifyVpcPeeringConnectionOptionsRequest.Builder accepterPeeringConnectionOptions(Consumer<PeeringConnectionOptionsRequest.Builder> accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
This is a convenience method that creates an instance of thePeeringConnectionOptionsRequest.Builder
avoiding the need to create one manually via PeeringConnectionOptionsRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
accepterPeeringConnectionOptions(PeeringConnectionOptionsRequest).
accepterPeeringConnectionOptions - a consumer that will call methods on PeeringConnectionOptionsRequest.BuilderaccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest)ModifyVpcPeeringConnectionOptionsRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.ModifyVpcPeeringConnectionOptionsRequest.Builder requesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions - The VPC peering connection options for the requester VPC.default ModifyVpcPeeringConnectionOptionsRequest.Builder requesterPeeringConnectionOptions(Consumer<PeeringConnectionOptionsRequest.Builder> requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
This is a convenience method that creates an instance of thePeeringConnectionOptionsRequest.Builder
avoiding the need to create one manually via PeeringConnectionOptionsRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
requesterPeeringConnectionOptions(PeeringConnectionOptionsRequest).
requesterPeeringConnectionOptions - a consumer that will call methods on PeeringConnectionOptionsRequest.BuilderrequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest)ModifyVpcPeeringConnectionOptionsRequest.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId - The ID of the VPC peering connection.ModifyVpcPeeringConnectionOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyVpcPeeringConnectionOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.