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