Interface ActionPayload.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActionPayload.Builder,
,ActionPayload> SdkBuilder<ActionPayload.Builder,
,ActionPayload> SdkPojo
- Enclosing class:
ActionPayload
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-