public static interface GetJourneyRunExecutionMetricsRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<GetJourneyRunExecutionMetricsRequest.Builder,GetJourneyRunExecutionMetricsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetJourneyRunExecutionMetricsRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
GetJourneyRunExecutionMetricsRequest.Builder |
journeyId(String journeyId)
The unique identifier for the journey.
|
GetJourneyRunExecutionMetricsRequest.Builder |
nextToken(String nextToken)
The
string that specifies which page of results to return in a paginated response. |
GetJourneyRunExecutionMetricsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetJourneyRunExecutionMetricsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetJourneyRunExecutionMetricsRequest.Builder |
pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetJourneyRunExecutionMetricsRequest.Builder |
runId(String runId)
The unique identifier for the journey run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJourneyRunExecutionMetricsRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.GetJourneyRunExecutionMetricsRequest.Builder journeyId(String journeyId)
The unique identifier for the journey.
journeyId - The unique identifier for the journey.GetJourneyRunExecutionMetricsRequest.Builder nextToken(String 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.
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.GetJourneyRunExecutionMetricsRequest.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.
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.GetJourneyRunExecutionMetricsRequest.Builder runId(String runId)
The unique identifier for the journey run.
runId - The unique identifier for the journey run.GetJourneyRunExecutionMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetJourneyRunExecutionMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.