public static interface GetJourneyRunsRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<GetJourneyRunsRequest.Builder,GetJourneyRunsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetJourneyRunsRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
GetJourneyRunsRequest.Builder |
journeyId(String journeyId)
The unique identifier for the journey.
|
GetJourneyRunsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetJourneyRunsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetJourneyRunsRequest.Builder |
pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetJourneyRunsRequest.Builder |
token(String token)
The NextToken string that specifies which page of results to return in a paginated response.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJourneyRunsRequest.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.GetJourneyRunsRequest.Builder journeyId(String journeyId)
The unique identifier for the journey.
journeyId - The unique identifier for the journey.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.
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.GetJourneyRunsRequest.Builder token(String token)
The NextToken string that specifies which page of results to return in a paginated response.
token - The NextToken string that specifies which page of results to return in a paginated response.GetJourneyRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetJourneyRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.