Interface MessageData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MessageData.Builder,,MessageData> SdkBuilder<MessageData.Builder,,MessageData> SdkPojo
- Enclosing class:
MessageData
@Mutable
@NotThreadSafe
public static interface MessageData.Builder
extends SdkPojo, CopyableBuilder<MessageData.Builder,MessageData>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Code property for this object.Sets the value of the Value property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
code
Sets the value of the Code property for this object.- Parameters:
code- The new value for the Code property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Sets the value of the Value property for this object.- Parameters:
value- The new value for the Value property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-