public static interface GetJourneyRunsResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<GetJourneyRunsResponse.Builder,GetJourneyRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJourneyRunsResponse.Builder |
journeyRunsResponse(Consumer<JourneyRunsResponse.Builder> journeyRunsResponse)
Sets the value of the JourneyRunsResponse property for this object.
|
GetJourneyRunsResponse.Builder |
journeyRunsResponse(JourneyRunsResponse journeyRunsResponse)
Sets the value of the JourneyRunsResponse property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJourneyRunsResponse.Builder journeyRunsResponse(JourneyRunsResponse journeyRunsResponse)
journeyRunsResponse - The new value for the JourneyRunsResponse property for this object.default GetJourneyRunsResponse.Builder journeyRunsResponse(Consumer<JourneyRunsResponse.Builder> journeyRunsResponse)
JourneyRunsResponse.Builder avoiding the
need to create one manually via JourneyRunsResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to journeyRunsResponse(JourneyRunsResponse).
journeyRunsResponse - a consumer that will call methods on JourneyRunsResponse.BuilderjourneyRunsResponse(JourneyRunsResponse)Copyright © 2023. All rights reserved.