public static interface CreateVpcPeeringAuthorizationResponse.Builder extends GameLiftResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2022. All rights reserved.