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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateVpcPeeringAuthorizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateVpcPeeringAuthorizationRequest.Builder |
peerVpcId(String peerVpcId)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateVpcPeeringAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.