public static interface VpcPeeringConnection.Builder extends CopyableBuilder<VpcPeeringConnection.Builder,VpcPeeringConnection>
Modifier and Type | Method and Description |
---|---|
VpcPeeringConnection.Builder |
fleetId(String fleetId)
Unique identifier for a fleet.
|
VpcPeeringConnection.Builder |
gameLiftVpcId(String gameLiftVpcId)
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)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
default VpcPeeringConnection.Builder |
status(Consumer<VpcPeeringConnectionStatus.Builder> status)
Object that contains status information about the connection.
|
VpcPeeringConnection.Builder |
status(VpcPeeringConnectionStatus status)
Object that contains status information about the connection.
|
VpcPeeringConnection.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
Unique identifier that is automatically assigned to the connection record.
|
copy
applyMutation, build
VpcPeeringConnection.Builder fleetId(String fleetId)
Unique identifier for a fleet. This ID determines the ID of the Amazon GameLift VPC for your fleet.
fleetId
- Unique identifier for a fleet. This ID determines the ID of the Amazon GameLift VPC for your fleet.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)
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
- 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)
Object that contains status information about the connection. Status indicates if a connection is pending, successful, or failed.
status
- Object that contains status information about the connection. Status indicates if a connection is
pending, successful, or failed.default VpcPeeringConnection.Builder status(Consumer<VpcPeeringConnectionStatus.Builder> status)
Object that contains 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.Builder
status(VpcPeeringConnectionStatus)
VpcPeeringConnection.Builder peerVpcId(String peerVpcId)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same region where your fleet is deployed. To get VPC information, including IDs, use the Virtual Private Cloud service tools, including the VPC Dashboard in the AWS Management Console.
peerVpcId
- Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must
be in the same region where your fleet is deployed. To get VPC information, including IDs, use the
Virtual Private Cloud service tools, including the VPC Dashboard in the AWS Management Console.VpcPeeringConnection.Builder gameLiftVpcId(String gameLiftVpcId)
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
- 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.