public static interface Payload.Builder extends SdkPojo, CopyableBuilder<Payload.Builder,Payload>
| Modifier and Type | Method and Description |
|---|---|
Payload.Builder |
contentExpression(String contentExpression)
The content of the payload.
|
Payload.Builder |
type(PayloadType type)
The value of the payload type can be either
STRING or JSON. |
Payload.Builder |
type(String type)
The value of the payload type can be either
STRING or JSON. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPayload.Builder contentExpression(String contentExpression)
The content of the payload. You can use a string expression that includes quoted strings (
'<string>'), variables ($variable.<variable-name>), input values (
$input.<input-name>.<path-to-datum>), string concatenations, and quoted strings that
contain ${} as the content. The recommended maximum size of a content expression is 1 KB.
contentExpression - The content of the payload. You can use a string expression that includes quoted strings (
'<string>'), variables ($variable.<variable-name>), input values
($input.<input-name>.<path-to-datum>), string concatenations, and quoted
strings that contain ${} as the content. The recommended maximum size of a content
expression is 1 KB.Payload.Builder type(String type)
The value of the payload type can be either STRING or JSON.
type - The value of the payload type can be either STRING or JSON.PayloadType,
PayloadTypePayload.Builder type(PayloadType type)
The value of the payload type can be either STRING or JSON.
type - The value of the payload type can be either STRING or JSON.PayloadType,
PayloadTypeCopyright © 2022. All rights reserved.