public static interface GetJourneyResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<GetJourneyResponse.Builder,GetJourneyResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJourneyResponse.Builder |
journeyResponse(Consumer<JourneyResponse.Builder> journeyResponse)
Sets the value of the JourneyResponse property for this object.
|
GetJourneyResponse.Builder |
journeyResponse(JourneyResponse journeyResponse)
Sets the value of the JourneyResponse property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJourneyResponse.Builder journeyResponse(JourneyResponse journeyResponse)
journeyResponse - The new value for the JourneyResponse property for this object.default GetJourneyResponse.Builder journeyResponse(Consumer<JourneyResponse.Builder> journeyResponse)
JourneyResponse.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 journeyResponse(JourneyResponse).journeyResponse - a consumer that will call methods on JourneyResponse.BuilderjourneyResponse(JourneyResponse)Copyright © 2020. All rights reserved.