Interface UpdateInAppTemplateResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateInAppTemplateResponse.Builder,,UpdateInAppTemplateResponse> PinpointResponse.Builder,SdkBuilder<UpdateInAppTemplateResponse.Builder,,UpdateInAppTemplateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateInAppTemplateResponse
public static interface UpdateInAppTemplateResponse.Builder
extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<UpdateInAppTemplateResponse.Builder,UpdateInAppTemplateResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionmessageBody(Consumer<MessageBody.Builder> messageBody) Sets the value of the MessageBody property for this object.messageBody(MessageBody messageBody) Sets the value of the MessageBody property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pinpoint.model.PinpointResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
messageBody
Sets the value of the MessageBody property for this object.- Parameters:
 messageBody- The new value for the MessageBody property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
messageBody
Sets the value of the MessageBody property for this object. This is a convenience method that creates an instance of theMessageBody.Builderavoiding the need to create one manually viaMessageBody.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomessageBody(MessageBody).- Parameters:
 messageBody- a consumer that will call methods onMessageBody.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -