public static interface CreateVpcPeeringAuthorizationResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<CreateVpcPeeringAuthorizationResponse.Builder,CreateVpcPeeringAuthorizationResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcPeeringAuthorizationResponse.Builder |
vpcPeeringAuthorization(Consumer<VpcPeeringAuthorization.Builder> vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
|
CreateVpcPeeringAuthorizationResponse.Builder |
vpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateVpcPeeringAuthorizationResponse.Builder vpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
vpcPeeringAuthorization - Details on the requested VPC peering authorization, including expiration.default CreateVpcPeeringAuthorizationResponse.Builder vpcPeeringAuthorization(Consumer<VpcPeeringAuthorization.Builder> vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
This is a convenience that creates an instance of theVpcPeeringAuthorization.Builder avoiding the
need to create one manually via VpcPeeringAuthorization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to vpcPeeringAuthorization(VpcPeeringAuthorization).vpcPeeringAuthorization - a consumer that will call methods on VpcPeeringAuthorization.BuildervpcPeeringAuthorization(VpcPeeringAuthorization)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.