Package ai.extend.types
Interface WebhookPayloadOptions._FinalStage
-
- All Known Implementing Classes:
WebhookPayloadOptions.Builder
- Enclosing class:
- WebhookPayloadOptions
public static interface WebhookPayloadOptions._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookPayloadOptionsbuild()WebhookPayloadOptions._FinalStageurlThresholdBytes(java.lang.Integer urlThresholdBytes)WebhookPayloadOptions._FinalStageurlThresholdBytes(java.util.Optional<java.lang.Integer> urlThresholdBytes)Whenformatisurl, payloads larger than this threshold (in bytes) are delivered as a signed download URL instead of inline JSON.
-
-
-
Method Detail
-
build
WebhookPayloadOptions build()
-
urlThresholdBytes
WebhookPayloadOptions._FinalStage urlThresholdBytes(java.util.Optional<java.lang.Integer> urlThresholdBytes)
When
formatisurl, payloads larger than this threshold (in bytes) are delivered as a signed download URL instead of inline JSON. Only applicable whenformatisurl.
-
urlThresholdBytes
WebhookPayloadOptions._FinalStage urlThresholdBytes(java.lang.Integer urlThresholdBytes)
-
-