Interface ActionPayload.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ActionPayload.Builder,,ActionPayload> SdkBuilder<ActionPayload.Builder,,ActionPayload> SdkPojo
- Enclosing class:
ActionPayload
public static interface ActionPayload.Builder
extends SdkPojo, CopyableBuilder<ActionPayload.Builder,ActionPayload>
-
Method Summary
Modifier and TypeMethodDescriptionstringValue(String stringValue) The payload of the action in a JSON string.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, sdkFields
-
Method Details
-
stringValue
The payload of the action in a JSON string.
- Parameters:
stringValue- The payload of the action in a JSON string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-