public static interface AcceptVpcPeeringConnectionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AcceptVpcPeeringConnectionRequest.Builder,AcceptVpcPeeringConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptVpcPeeringConnectionRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
AcceptVpcPeeringConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AcceptVpcPeeringConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AcceptVpcPeeringConnectionRequest.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptVpcPeeringConnectionRequest.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.AcceptVpcPeeringConnectionRequest.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection. You must specify this parameter in the request.
vpcPeeringConnectionId - The ID of the VPC peering connection. You must specify this parameter in the request.AcceptVpcPeeringConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAcceptVpcPeeringConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.