Interface GetSegmentEstimateResponse.Builder

    • Method Detail

      • domainName

        GetSegmentEstimateResponse.Builder domainName​(String domainName)

        The unique name of the domain.

        Parameters:
        domainName - The unique name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • estimateId

        GetSegmentEstimateResponse.Builder estimateId​(String estimateId)

        The QueryId which is the same as the value passed in QueryId.

        Parameters:
        estimateId - The QueryId which is the same as the value passed in QueryId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • estimate

        GetSegmentEstimateResponse.Builder estimate​(String estimate)

        The estimated number of profiles contained in the segment.

        Parameters:
        estimate - The estimated number of profiles contained in the segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        GetSegmentEstimateResponse.Builder message​(String message)

        The error message if there is any error.

        Parameters:
        message - The error message if there is any error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusCode

        GetSegmentEstimateResponse.Builder statusCode​(Integer statusCode)

        The status code of the segment estimate.

        Parameters:
        statusCode - The status code of the segment estimate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.