Interface ComplianceStringFilter.Builder

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

@Mutable @NotThreadSafe public static interface ComplianceStringFilter.Builder extends SdkPojo, CopyableBuilder<ComplianceStringFilter.Builder,ComplianceStringFilter>
  • Method Details

    • key

      The name of the filter.

      Parameters:
      key - The name of the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The value for which to search.

      Parameters:
      values - The value for which to search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The value for which to search.

      Parameters:
      values - The value for which to search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.

      Parameters:
      type - The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.

      Parameters:
      type - The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: