Interface RecencyDimension.Builder

    • Method Detail

      • duration

        RecencyDimension.Builder duration​(String duration)

        The duration to use when determining whether an endpoint is active or inactive.

        Parameters:
        duration - The duration to use when determining whether an endpoint is active or inactive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Duration, Duration
      • duration

        RecencyDimension.Builder duration​(Duration duration)

        The duration to use when determining whether an endpoint is active or inactive.

        Parameters:
        duration - The duration to use when determining whether an endpoint is active or inactive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Duration, Duration
      • recencyType

        RecencyDimension.Builder recencyType​(String recencyType)

        The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren't active within the specified duration are included in the segment.

        Parameters:
        recencyType - The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren't active within the specified duration are included in the segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecencyType, RecencyType
      • recencyType

        RecencyDimension.Builder recencyType​(RecencyType recencyType)

        The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren't active within the specified duration are included in the segment.

        Parameters:
        recencyType - The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren't active within the specified duration are included in the segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecencyType, RecencyType