Interface TemplateCreateMessageBody.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateCreateMessageBody.Builder,TemplateCreateMessageBody>,SdkBuilder<TemplateCreateMessageBody.Builder,TemplateCreateMessageBody>,SdkPojo
- Enclosing class:
- TemplateCreateMessageBody
public static interface TemplateCreateMessageBody.Builder extends SdkPojo, CopyableBuilder<TemplateCreateMessageBody.Builder,TemplateCreateMessageBody>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateCreateMessageBody.Builderarn(String arn)The Amazon Resource Name (ARN) of the message template that was created.TemplateCreateMessageBody.Buildermessage(String message)The message that's returned from the API for the request to create the message template.TemplateCreateMessageBody.BuilderrequestID(String requestID)The unique identifier for the request to create the message template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
TemplateCreateMessageBody.Builder arn(String arn)
The Amazon Resource Name (ARN) of the message template that was created.
- Parameters:
arn- The Amazon Resource Name (ARN) of the message template that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
TemplateCreateMessageBody.Builder message(String message)
The message that's returned from the API for the request to create the message template.
- Parameters:
message- The message that's returned from the API for the request to create the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestID
TemplateCreateMessageBody.Builder requestID(String requestID)
The unique identifier for the request to create the message template.
- Parameters:
requestID- The unique identifier for the request to create the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-