Interface JobScopeTerm.Builder

    • Method Detail

      • simpleScopeTerm

        JobScopeTerm.Builder simpleScopeTerm​(SimpleScopeTerm simpleScopeTerm)

        A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.

        Parameters:
        simpleScopeTerm - A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagScopeTerm

        JobScopeTerm.Builder tagScopeTerm​(TagScopeTerm tagScopeTerm)

        A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding objects from the job.

        Parameters:
        tagScopeTerm - A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding objects from the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.