public static interface CreateVpcPeeringAuthorizationRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<CreateVpcPeeringAuthorizationRequest.Builder,CreateVpcPeeringAuthorizationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpcPeeringAuthorizationRequest.Builder |
gameLiftAwsAccountId(String gameLiftAwsAccountId)
Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet.
|
CreateVpcPeeringAuthorizationRequest.Builder |
peerVpcId(String peerVpcId)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
CreateVpcPeeringAuthorizationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateVpcPeeringAuthorizationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateVpcPeeringAuthorizationRequest.Builder gameLiftAwsAccountId(String gameLiftAwsAccountId)
Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet. You can find your Account ID in the AWS Management Console under account settings.
gameLiftAwsAccountId - Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet. You can find
your Account ID in the AWS Management Console under account settings.CreateVpcPeeringAuthorizationRequest.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.CreateVpcPeeringAuthorizationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateVpcPeeringAuthorizationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.