Interface VpcTransitConfiguration.Builder

  • Method Details

    • vpcId

      The ID of the Amazon VPC that you want to connect to the stream group. The VPC must be in the same Amazon Web Services account as the stream group. This value cannot be changed after the stream group is created.

      Parameters:
      vpcId - The ID of the Amazon VPC that you want to connect to the stream group. The VPC must be in the same Amazon Web Services account as the stream group. This value cannot be changed after the stream group is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv4CidrBlocks

      VpcTransitConfiguration.Builder ipv4CidrBlocks(Collection<String> ipv4CidrBlocks)

      A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.

      Parameters:
      ipv4CidrBlocks - A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv4CidrBlocks

      VpcTransitConfiguration.Builder ipv4CidrBlocks(String... ipv4CidrBlocks)

      A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.

      Parameters:
      ipv4CidrBlocks - A list of IPv4 CIDR blocks in your VPC that you want the stream group to be able to access. You can specify up to 5 CIDR blocks. The CIDR blocks must be valid subsets of the VPC's CIDR blocks and cannot overlap with the service VPC CIDR block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.