Interface ActionExecutionPayloadField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActionExecutionPayloadField.Builder,
,ActionExecutionPayloadField> SdkBuilder<ActionExecutionPayloadField.Builder,
,ActionExecutionPayloadField> SdkPojo
- Enclosing class:
ActionExecutionPayloadField
@Mutable
@NotThreadSafe
public static interface ActionExecutionPayloadField.Builder
extends SdkPojo, CopyableBuilder<ActionExecutionPayloadField.Builder,ActionExecutionPayloadField>
-
Method Summary
Modifier and TypeMethodDescriptionThe content of a user input field in an plugin action execution payload.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
-
value
The content of a user input field in an plugin action execution payload.
- Parameters:
value
- The content of a user input field in an plugin action execution payload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-