Uses of Interface
software.amazon.awssdk.services.gamelift.model.VpcPeeringAuthorization.Builder
-
Packages that use VpcPeeringAuthorization.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of VpcPeeringAuthorization.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return VpcPeeringAuthorization.Builder Modifier and Type Method Description static VpcPeeringAuthorization.BuilderVpcPeeringAuthorization. builder()VpcPeeringAuthorization.BuilderVpcPeeringAuthorization.Builder. creationTime(Instant creationTime)Time stamp indicating when this authorization was issued.VpcPeeringAuthorization.BuilderVpcPeeringAuthorization.Builder. expirationTime(Instant expirationTime)Time stamp indicating when this authorization expires (24 hours after issuance).VpcPeeringAuthorization.BuilderVpcPeeringAuthorization.Builder. gameLiftAwsAccountId(String gameLiftAwsAccountId)A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet.VpcPeeringAuthorization.BuilderVpcPeeringAuthorization.Builder. peerVpcAwsAccountId(String peerVpcAwsAccountId)The authorization's peer VPC Amazon Web Services account ID.VpcPeeringAuthorization.BuilderVpcPeeringAuthorization.Builder. peerVpcId(String peerVpcId)A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.VpcPeeringAuthorization.BuilderVpcPeeringAuthorization. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type VpcPeeringAuthorization.Builder Modifier and Type Method Description static Class<? extends VpcPeeringAuthorization.Builder>VpcPeeringAuthorization. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type VpcPeeringAuthorization.Builder Modifier and Type Method Description default CreateVpcPeeringAuthorizationResponse.BuilderCreateVpcPeeringAuthorizationResponse.Builder. vpcPeeringAuthorization(Consumer<VpcPeeringAuthorization.Builder> vpcPeeringAuthorization)Details on the requested VPC peering authorization, including expiration.
-