Uses of Interface
software.amazon.awssdk.services.lambda.model.EventInput.Builder
-
Packages that use EventInput.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of EventInput.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventInput.Builder Modifier and Type Method Description static EventInput.BuilderEventInput. builder()EventInput.BuilderEventInput.Builder. payload(String payload)The input payload.EventInput.BuilderEventInput. toBuilder()EventInput.BuilderEventInput.Builder. truncated(Boolean truncated)Indicates if the error payload was truncated due to size limits.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type EventInput.Builder Modifier and Type Method Description static Class<? extends EventInput.Builder>EventInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type EventInput.Builder Modifier and Type Method Description default ChainedInvokeStartedDetails.BuilderChainedInvokeStartedDetails.Builder. input(Consumer<EventInput.Builder> input)The JSON input payload provided to the chained invocation.default ExecutionStartedDetails.BuilderExecutionStartedDetails.Builder. input(Consumer<EventInput.Builder> input)The input payload provided for the durable execution.
-