Interface DeleteJourneyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteJourneyResponse.Builder,DeleteJourneyResponse>,PinpointResponse.Builder,SdkBuilder<DeleteJourneyResponse.Builder,DeleteJourneyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteJourneyResponse
public static interface DeleteJourneyResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<DeleteJourneyResponse.Builder,DeleteJourneyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteJourneyResponse.BuilderjourneyResponse(Consumer<JourneyResponse.Builder> journeyResponse)Sets the value of the JourneyResponse property for this object.DeleteJourneyResponse.BuilderjourneyResponse(JourneyResponse journeyResponse)Sets the value of the JourneyResponse property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpoint.model.PinpointResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
journeyResponse
DeleteJourneyResponse.Builder journeyResponse(JourneyResponse journeyResponse)
Sets the value of the JourneyResponse property for this object.- Parameters:
journeyResponse- The new value for the JourneyResponse property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
journeyResponse
default DeleteJourneyResponse.Builder journeyResponse(Consumer<JourneyResponse.Builder> journeyResponse)
Sets the value of the JourneyResponse property for this object. This is a convenience method that creates an instance of theJourneyResponse.Builderavoiding the need to create one manually viaJourneyResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojourneyResponse(JourneyResponse).- Parameters:
journeyResponse- a consumer that will call methods onJourneyResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
journeyResponse(JourneyResponse)
-
-