Interface DescribeVpcPeeringAuthorizationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVpcPeeringAuthorizationsResponse.Builder,DescribeVpcPeeringAuthorizationsResponse>,GameLiftResponse.Builder,SdkBuilder<DescribeVpcPeeringAuthorizationsResponse.Builder,DescribeVpcPeeringAuthorizationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeVpcPeeringAuthorizationsResponse
public static interface DescribeVpcPeeringAuthorizationsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcPeeringAuthorizationsResponse.Builder,DescribeVpcPeeringAuthorizationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcPeeringAuthorizationsResponse.BuildervpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.DescribeVpcPeeringAuthorizationsResponse.BuildervpcPeeringAuthorizations(Consumer<VpcPeeringAuthorization.Builder>... vpcPeeringAuthorizations)A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.DescribeVpcPeeringAuthorizationsResponse.BuildervpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpcPeeringAuthorizations
DescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
- Parameters:
vpcPeeringAuthorizations- A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcPeeringAuthorizations
DescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
- Parameters:
vpcPeeringAuthorizations- A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcPeeringAuthorizations
DescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(Consumer<VpcPeeringAuthorization.Builder>... vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
This is a convenience method that creates an instance of theVpcPeeringAuthorization.Builderavoiding the need to create one manually viaVpcPeeringAuthorization.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcPeeringAuthorizations(List.) - Parameters:
vpcPeeringAuthorizations- a consumer that will call methods onVpcPeeringAuthorization.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcPeeringAuthorizations(java.util.Collection)
-
-