public static interface DeleteVpcPeeringConnectionRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DeleteVpcPeeringConnectionRequest.Builder,DeleteVpcPeeringConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcPeeringConnectionRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet.
|
DeleteVpcPeeringConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteVpcPeeringConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteVpcPeeringConnectionRequest.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier for a VPC peering connection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVpcPeeringConnectionRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet. This fleet specified must match the fleet referenced in the VPC peering connection record. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet. This fleet specified must match the fleet referenced in the VPC
peering connection record. You can use either the fleet ID or ARN value.DeleteVpcPeeringConnectionRequest.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection object, which can be retrieved by calling DescribeVpcPeeringConnections.
vpcPeeringConnectionId - A unique identifier for a VPC peering connection. This value is included in the
VpcPeeringConnection object, which can be retrieved by calling
DescribeVpcPeeringConnections.DeleteVpcPeeringConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteVpcPeeringConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.