Interface UpdateOperation.Builder

  • Method Details

    • name

      The updated name for the construct.

      Parameters:
      name - The updated name for the construct.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • excluded

      UpdateOperation.Builder excluded(Boolean excluded)

      Whether to exclude this construct from the migration.

      Parameters:
      excluded - Whether to exclude this construct from the migration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • properties

      UpdateOperation.Builder properties(Map<String,String> properties)

      The properties to update on the construct.

      Parameters:
      properties - The properties to update on the construct.
      Returns:
      Returns a reference to this object so that method calls can be chained together.