Interface VpcConfig.Builder

    • Method Detail

      • subnetIds

        VpcConfig.Builder subnetIds​(Collection<String> subnetIds)

        A list of VPC subnet IDs.

        Parameters:
        subnetIds - A list of VPC subnet IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcConfig.Builder subnetIds​(String... subnetIds)

        A list of VPC subnet IDs.

        Parameters:
        subnetIds - A list of VPC subnet IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcConfig.Builder securityGroupIds​(Collection<String> securityGroupIds)

        A list of VPC security group IDs.

        Parameters:
        securityGroupIds - A list of VPC security group IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcConfig.Builder securityGroupIds​(String... securityGroupIds)

        A list of VPC security group IDs.

        Parameters:
        securityGroupIds - A list of VPC security group IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipv6AllowedForDualStack

        VpcConfig.Builder ipv6AllowedForDualStack​(Boolean ipv6AllowedForDualStack)

        Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.

        Parameters:
        ipv6AllowedForDualStack - Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.