Interface VpcConfigurationUpdate.Builder

  • Method Details

    • vpcConfigurationId

      VpcConfigurationUpdate.Builder vpcConfigurationId(String vpcConfigurationId)

      Describes an update to the ID of the VPC configuration.

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

      VpcConfigurationUpdate.Builder subnetIdUpdates(Collection<String> subnetIdUpdates)

      Describes updates to the array of Subnet IDs used by the VPC configuration.

      Parameters:
      subnetIdUpdates - Describes updates to 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.
    • subnetIdUpdates

      VpcConfigurationUpdate.Builder subnetIdUpdates(String... subnetIdUpdates)

      Describes updates to the array of Subnet IDs used by the VPC configuration.

      Parameters:
      subnetIdUpdates - Describes updates to 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.
    • securityGroupIdUpdates

      VpcConfigurationUpdate.Builder securityGroupIdUpdates(Collection<String> securityGroupIdUpdates)

      Describes updates to the array of SecurityGroup IDs used by the VPC configuration.

      Parameters:
      securityGroupIdUpdates - Describes updates to 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.
    • securityGroupIdUpdates

      VpcConfigurationUpdate.Builder securityGroupIdUpdates(String... securityGroupIdUpdates)

      Describes updates to the array of SecurityGroup IDs used by the VPC configuration.

      Parameters:
      securityGroupIdUpdates - Describes updates to 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.