Interface RouterOutputMessage.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouterOutputMessage.Builder,,RouterOutputMessage> SdkBuilder<RouterOutputMessage.Builder,,RouterOutputMessage> SdkPojo
- Enclosing class:
RouterOutputMessage
@Mutable
@NotThreadSafe
public static interface RouterOutputMessage.Builder
extends SdkPojo, CopyableBuilder<RouterOutputMessage.Builder,RouterOutputMessage>
-
Method Summary
Modifier and TypeMethodDescriptionThe code associated with the router output message.The message text associated with the router output message.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
The code associated with the router output message.
- Parameters:
code- The code associated with the router output message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The message text associated with the router output message.
- Parameters:
message- The message text associated with the router output message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-