Interface GetJourneyRunsRequest.Builder

    • Method Detail

      • applicationId

        GetJourneyRunsRequest.Builder applicationId​(String applicationId)

        The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

        Parameters:
        applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • journeyId

        GetJourneyRunsRequest.Builder journeyId​(String journeyId)

        The unique identifier for the journey.

        Parameters:
        journeyId - The unique identifier for the journey.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageSize

        GetJourneyRunsRequest.Builder pageSize​(String pageSize)

        The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

        Parameters:
        pageSize - The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • token

        GetJourneyRunsRequest.Builder token​(String token)

        The NextToken string that specifies which page of results to return in a paginated response.

        Parameters:
        token - The NextToken string that specifies which page of results to return in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.