Interface VpcConfigurationDescription.Builder

  • Method Details

    • 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

      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

      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

      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(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

      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.