public static interface JourneysResponse.Builder extends SdkPojo, CopyableBuilder<JourneysResponse.Builder,JourneysResponse>
| Modifier and Type | Method and Description |
|---|---|
JourneysResponse.Builder |
item(Collection<JourneyResponse> item)
An array of responses, one for each journey that's associated with the application.
|
JourneysResponse.Builder |
item(Consumer<JourneyResponse.Builder>... item)
An array of responses, one for each journey that's associated with the application.
|
JourneysResponse.Builder |
item(JourneyResponse... item)
An array of responses, one for each journey that's associated with the application.
|
JourneysResponse.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, buildJourneysResponse.Builder item(Collection<JourneyResponse> item)
An array of responses, one for each journey that's associated with the application.
item - An array of responses, one for each journey that's associated with the application.JourneysResponse.Builder item(JourneyResponse... item)
An array of responses, one for each journey that's associated with the application.
item - An array of responses, one for each journey that's associated with the application.JourneysResponse.Builder item(Consumer<JourneyResponse.Builder>... item)
An array of responses, one for each journey that's associated with the application.
This is a convenience method that creates an instance of theJourneyResponse.Builder avoiding the need to create
one manually via JourneyResponse.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
JourneyResponse.Builder#item(java.util.Collection) JourneysResponse.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.