Interface SubjectStructure.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SubjectStructure.Builder,SubjectStructure>, SdkBuilder<SubjectStructure.Builder,SubjectStructure>, SdkPojo
Enclosing class:
SubjectStructure

public static interface SubjectStructure.Builder extends SdkPojo, CopyableBuilder<SubjectStructure.Builder,SubjectStructure>
  • Method Details

    • count

      Number of occurrences of this specific structure.

      Parameters:
      count - Number of occurrences of this specific structure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • predicates

      SubjectStructure.Builder predicates(Collection<String> predicates)

      A list of predicates present in this specific structure.

      Parameters:
      predicates - A list of predicates present in this specific structure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • predicates

      SubjectStructure.Builder predicates(String... predicates)

      A list of predicates present in this specific structure.

      Parameters:
      predicates - A list of predicates present in this specific structure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.