Interface CreateSegmentEstimateResponse.Builder

    • Method Detail

      • domainName

        CreateSegmentEstimateResponse.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

        CreateSegmentEstimateResponse.Builder estimateId​(String estimateId)

        A unique identifier for the resource. The value can be passed to GetSegmentEstimate to retrieve the result of segment estimate status.

        Parameters:
        estimateId - A unique identifier for the resource. The value can be passed to GetSegmentEstimate to retrieve the result of segment estimate status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusCode

        CreateSegmentEstimateResponse.Builder statusCode​(Integer statusCode)

        The status code for the response.

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