Interface VpcTransitConfigurationResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcTransitConfigurationResponse.Builder,,VpcTransitConfigurationResponse> SdkBuilder<VpcTransitConfigurationResponse.Builder,,VpcTransitConfigurationResponse> SdkPojo
- Enclosing class:
VpcTransitConfigurationResponse
@Mutable
@NotThreadSafe
public static interface VpcTransitConfigurationResponse.Builder
extends SdkPojo, CopyableBuilder<VpcTransitConfigurationResponse.Builder,VpcTransitConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipv4CidrBlocks(String... ipv4CidrBlocks) The IPv4 CIDR blocks in your VPC that the stream group can access.ipv4CidrBlocks(Collection<String> ipv4CidrBlocks) The IPv4 CIDR blocks in your VPC that the stream group can access.transitGatewayId(String transitGatewayId) The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection.transitGatewayResourceShareArn(String transitGatewayResourceShareArn) The ARN of the AWS Resource Access Manager resource share for the Transit Gateway.The ID of the Amazon VPC that is connected to the stream group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcId
The ID of the Amazon VPC that is connected to the stream group.
- Parameters:
vpcId- The ID of the Amazon VPC that is connected to the stream group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4CidrBlocks
The IPv4 CIDR blocks in your VPC that the stream group can access.
- Parameters:
ipv4CidrBlocks- The IPv4 CIDR blocks in your VPC that the stream group can access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4CidrBlocks
The IPv4 CIDR blocks in your VPC that the stream group can access.
- Parameters:
ipv4CidrBlocks- The IPv4 CIDR blocks in your VPC that the stream group can access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayId
The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection. Use this ID when creating your VPC attachment.
- Parameters:
transitGatewayId- The ID of the Transit Gateway that Amazon GameLift Streams created for this VPC connection. Use this ID when creating your VPC attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-