public static interface VpcPeeringConnection.Builder extends SdkPojo, CopyableBuilder<VpcPeeringConnection.Builder,VpcPeeringConnection>
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringConnection.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the
GameLift fleet resource for this connection.
|
VpcPeeringConnection.Builder |
fleetId(String fleetId)
A unique identifier for the fleet.
|
VpcPeeringConnection.Builder |
gameLiftVpcId(String gameLiftVpcId)
A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection.
|
VpcPeeringConnection.Builder |
ipV4CidrBlock(String ipV4CidrBlock)
CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC.
|
VpcPeeringConnection.Builder |
peerVpcId(String peerVpcId)
A unique identifier for a VPC with resources to be accessed by your GameLift fleet.
|
default VpcPeeringConnection.Builder |
status(Consumer<VpcPeeringConnectionStatus.Builder> status)
The status information about the connection.
|
VpcPeeringConnection.Builder |
status(VpcPeeringConnectionStatus status)
The status information about the connection.
|
VpcPeeringConnection.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier that is automatically assigned to the connection record.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcPeeringConnection.Builder fleetId(String fleetId)
A unique identifier for the fleet. This ID determines the ID of the Amazon GameLift VPC for your fleet.
fleetId - A unique identifier for the fleet. This ID determines the ID of the Amazon GameLift VPC for your
fleet.VpcPeeringConnection.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the GameLift fleet resource for this connection.
fleetArn - The Amazon Resource Name (ARN) associated with the
GameLift fleet resource for this connection.VpcPeeringConnection.Builder ipV4CidrBlock(String ipV4CidrBlock)
CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC. The peered VPC also has an IPv4 CIDR block associated with it; these blocks cannot overlap or the peering connection cannot be created.
ipV4CidrBlock - CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC. The peered
VPC also has an IPv4 CIDR block associated with it; these blocks cannot overlap or the peering
connection cannot be created.VpcPeeringConnection.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier that is automatically assigned to the connection record. This ID is referenced in VPC peering connection events, and is used when deleting a connection with DeleteVpcPeeringConnection.
vpcPeeringConnectionId - A unique identifier that is automatically assigned to the connection record. This ID is referenced in
VPC peering connection events, and is used when deleting a connection with
DeleteVpcPeeringConnection.VpcPeeringConnection.Builder status(VpcPeeringConnectionStatus status)
The status information about the connection. Status indicates if a connection is pending, successful, or failed.
status - The status information about the connection. Status indicates if a connection is pending, successful,
or failed.default VpcPeeringConnection.Builder status(Consumer<VpcPeeringConnectionStatus.Builder> status)
The status information about the connection. Status indicates if a connection is pending, successful, or failed.
This is a convenience that creates an instance of theVpcPeeringConnectionStatus.Builder avoiding the
need to create one manually via VpcPeeringConnectionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to status(VpcPeeringConnectionStatus).status - a consumer that will call methods on VpcPeeringConnectionStatus.Builderstatus(VpcPeeringConnectionStatus)VpcPeeringConnection.Builder peerVpcId(String peerVpcId)
A unique identifier for a VPC with resources to be accessed by your GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with GameLift Fleets.
peerVpcId - A unique identifier for a VPC with resources to be accessed by your GameLift fleet. The VPC must be in
the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more
about VPC peering in VPC Peering with
GameLift Fleets.VpcPeeringConnection.Builder gameLiftVpcId(String gameLiftVpcId)
A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection. This VPC is managed by Amazon GameLift and does not appear in your AWS account.
gameLiftVpcId - A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection. This VPC
is managed by Amazon GameLift and does not appear in your AWS account.Copyright © 2021. All rights reserved.