@Generated(value="software.amazon.awssdk:codegen") public final class CreateVpcPeeringConnectionRequest extends GameLiftRequest implements ToCopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateVpcPeeringConnectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateVpcPeeringConnectionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fleetId()
Unique identifier for a fleet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
peerVpcAwsAccountId()
Unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with.
|
String |
peerVpcId()
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateVpcPeeringConnectionRequest.Builder> |
serializableBuilderClass() |
CreateVpcPeeringConnectionRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String fleetId()
Unique identifier for a fleet. This tells Amazon GameLift which GameLift VPC to peer with.
public String peerVpcAwsAccountId()
Unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your Account ID in the AWS Management Console under account settings.
public 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.
public CreateVpcPeeringConnectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateVpcPeeringConnectionRequest.Builder,CreateVpcPeeringConnectionRequest>toBuilder in class GameLiftRequestpublic static CreateVpcPeeringConnectionRequest.Builder builder()
public static Class<? extends CreateVpcPeeringConnectionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.