public static interface MessageData.Builder extends CopyableBuilder<MessageData.Builder,MessageData>
| Modifier and Type | Method and Description | 
|---|---|
MessageData.Builder | 
code(String code)
 The error code or status code associated with the message. 
 | 
MessageData.Builder | 
value(String value)
 The message text. 
 | 
copyapplyMutation, buildMessageData.Builder code(String code)
The error code or status code associated with the message.
code - The error code or status code associated with the message.MessageData.Builder value(String value)
The message text.
value - The message text.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.