public static interface JourneyRunsResponse.Builder extends SdkPojo, CopyableBuilder<JourneyRunsResponse.Builder,JourneyRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
JourneyRunsResponse.Builder |
item(Collection<JourneyRunResponse> item)
An array of responses, one for each run of the journey
|
JourneyRunsResponse.Builder |
item(Consumer<JourneyRunResponse.Builder>... item)
An array of responses, one for each run of the journey
|
JourneyRunsResponse.Builder |
item(JourneyRunResponse... item)
An array of responses, one for each run of the journey
|
JourneyRunsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJourneyRunsResponse.Builder item(Collection<JourneyRunResponse> item)
An array of responses, one for each run of the journey
item - An array of responses, one for each run of the journeyJourneyRunsResponse.Builder item(JourneyRunResponse... item)
An array of responses, one for each run of the journey
item - An array of responses, one for each run of the journeyJourneyRunsResponse.Builder item(Consumer<JourneyRunResponse.Builder>... item)
An array of responses, one for each run of the journey
This is a convenience method that creates an instance of theJourneyRunResponse.Builder avoiding the need to create
one manually via JourneyRunResponse.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #item(List.
item - a consumer that will call methods on
JourneyRunResponse.Builder#item(java.util.Collection) JourneyRunsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2023. All rights reserved.