Interface VpcConfiguration.Builder

    • Method Detail

      • subnetIds

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

        The array of Subnet IDs used by the VPC configuration.

        Parameters:
        subnetIds - The array of Subnet IDs used by the VPC configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcConfiguration.Builder subnetIds​(String... subnetIds)

        The array of Subnet IDs used by the VPC configuration.

        Parameters:
        subnetIds - The array of Subnet IDs used by the VPC configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

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

        The array of SecurityGroup IDs used by the VPC configuration.

        Parameters:
        securityGroupIds - The array of SecurityGroup IDs used by the VPC configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcConfiguration.Builder securityGroupIds​(String... securityGroupIds)

        The array of SecurityGroup IDs used by the VPC configuration.

        Parameters:
        securityGroupIds - The array of SecurityGroup IDs used by the VPC configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.