Interface VpcConfigurationDescription.Builder

    • Method Detail

      • vpcConfigurationId

        VpcConfigurationDescription.Builder vpcConfigurationId​(String vpcConfigurationId)

        The ID of the VPC configuration.

        Parameters:
        vpcConfigurationId - The ID of the VPC configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        VpcConfigurationDescription.Builder vpcId​(String vpcId)

        The ID of the associated VPC.

        Parameters:
        vpcId - The ID of the associated VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcConfigurationDescription.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

        VpcConfigurationDescription.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

        VpcConfigurationDescription.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.