@Stability(value=Stable) public static final class MessageAttribute.Builder extends Object implements software.amazon.jsii.Builder<MessageAttribute>
MessageAttribute| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MessageAttribute |
build()
Builds the configured instance.
|
MessageAttribute.Builder |
dataType(MessageAttributeDataType dataType)
Sets the value of
MessageAttribute.getDataType() |
MessageAttribute.Builder |
value(Object value)
Sets the value of
MessageAttribute.getValue() |
@Stability(value=Stable) public MessageAttribute.Builder value(Object value)
MessageAttribute.getValue()value - The value of the attribute. This parameter is required.this@Stability(value=Stable) public MessageAttribute.Builder dataType(MessageAttributeDataType dataType)
MessageAttribute.getDataType()dataType - The data type for the attribute.this@Stability(value=Stable) public MessageAttribute build()
build in interface software.amazon.jsii.Builder<MessageAttribute>MessageAttributeNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.