| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcPeeringConnection.Builder |
VpcPeeringConnection.builder() |
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.fleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with
the GameLift fleet resource for this connection.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.fleetId(String fleetId)
A unique identifier for a fleet.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.gameLiftVpcId(String gameLiftVpcId)
A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.ipV4CidrBlock(String ipV4CidrBlock)
CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.peerVpcId(String peerVpcId)
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
default VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.status(Consumer<VpcPeeringConnectionStatus.Builder> status)
The status information about the connection.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.status(VpcPeeringConnectionStatus status)
The status information about the connection.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.toBuilder() |
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier that is automatically assigned to the connection record.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcPeeringConnection.Builder> |
VpcPeeringConnection.serializableBuilderClass() |
Copyright © 2020. All rights reserved.