Interface VpcTransitConfigurationResponse.Builder

  • 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

      VpcTransitConfigurationResponse.Builder ipv4CidrBlocks(String... 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

      VpcTransitConfigurationResponse.Builder transitGatewayId(String 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.
    • transitGatewayResourceShareArn

      VpcTransitConfigurationResponse.Builder transitGatewayResourceShareArn(String transitGatewayResourceShareArn)

      The ARN of the AWS Resource Access Manager resource share for the Transit Gateway. You must accept this resource share before you can create a VPC attachment.

      Parameters:
      transitGatewayResourceShareArn - The ARN of the AWS Resource Access Manager resource share for the Transit Gateway. You must accept this resource share before you can create a VPC attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.