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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionPayload.BuilderstringValue(String stringValue)The payload of the action in a JSON string.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
stringValue
ActionPayload.Builder stringValue(String 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.
-
-