Interface CustomPayload.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomPayload.Builder,
,CustomPayload> SdkBuilder<CustomPayload.Builder,
,CustomPayload> SdkPojo
- Enclosing class:
CustomPayload
public static interface CustomPayload.Builder
extends SdkPojo, CopyableBuilder<CustomPayload.Builder,CustomPayload>
-
Method Summary
Modifier and TypeMethodDescriptionThe string that is sent to your application.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 Details
-
value
The string that is sent to your application.
- Parameters:
value
- The string that is sent to your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-