Interface VpcConfigInput.Builder

    • Method Detail

      • subnetIds

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

        The IDs of the subnets where this canary is to run.

        Parameters:
        subnetIds - The IDs of the subnets where this canary is to run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcConfigInput.Builder subnetIds​(String... subnetIds)

        The IDs of the subnets where this canary is to run.

        Parameters:
        subnetIds - The IDs of the subnets where this canary is to run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

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

        The IDs of the security groups for this canary.

        Parameters:
        securityGroupIds - The IDs of the security groups for this canary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcConfigInput.Builder securityGroupIds​(String... securityGroupIds)

        The IDs of the security groups for this canary.

        Parameters:
        securityGroupIds - The IDs of the security groups for this canary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipv6AllowedForDualStack

        VpcConfigInput.Builder ipv6AllowedForDualStack​(Boolean ipv6AllowedForDualStack)

        Set this to true to allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default is false

        Parameters:
        ipv6AllowedForDualStack - Set this to true to allow outbound IPv6 traffic on VPC canaries that are connected to dual-stack subnets. The default is false
        Returns:
        Returns a reference to this object so that method calls can be chained together.