Interface VpcPropertiesPatch.Builder

  • Method Details

    • vpcId

      The identifier of the VPC.

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

      The subnet IDs of the VPC connection.

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

      VpcPropertiesPatch.Builder subnetIds(String... subnetIds)

      The subnet IDs of the VPC connection.

      Parameters:
      subnetIds - The subnet IDs of the VPC connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupId

      VpcPropertiesPatch.Builder securityGroupId(String securityGroupId)

      The security group ID of the VPC connection.

      Parameters:
      securityGroupId - The security group ID of the VPC connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.