Interface VisibilityConditions.Builder

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

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

    • key

      The key that specifies the tag that you're using to filter the search results. It must be in the following format: Tags.<key>.

      Parameters:
      key - The key that specifies the tag that you're using to filter the search results. It must be in the following format: Tags.<key>.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value for the tag that you're using to filter the search results.

      Parameters:
      value - The value for the tag that you're using to filter the search results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.