Interface VpcConfiguration.Builder

    • Method Detail

      • subnetIdList

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

        An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE.

        Parameters:
        subnetIdList - An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIdList

        VpcConfiguration.Builder subnetIdList​(String... subnetIdList)

        An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE.

        Parameters:
        subnetIdList - An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIdList

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

        An array of strings containing the list of security groups.

        Parameters:
        securityGroupIdList - An array of strings containing the list of security groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIdList

        VpcConfiguration.Builder securityGroupIdList​(String... securityGroupIdList)

        An array of strings containing the list of security groups.

        Parameters:
        securityGroupIdList - An array of strings containing the list of security groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.