Interface GetJourneyExecutionMetricsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetJourneyExecutionMetricsRequest.Builder,GetJourneyExecutionMetricsRequest>, PinpointRequest.Builder, SdkBuilder<GetJourneyExecutionMetricsRequest.Builder,GetJourneyExecutionMetricsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetJourneyExecutionMetricsRequest

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

    • applicationId

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

      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.
    • nextToken

      The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.

      Parameters:
      nextToken - The string that specifies which page of results to return in 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.
    • 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.
    • overrideConfiguration

      GetJourneyExecutionMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.