Uses of Interface
software.amazon.awssdk.services.lambda.model.StepDetails.Builder
Packages that use StepDetails.Builder
-
Uses of StepDetails.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return StepDetails.BuilderModifier and TypeMethodDescriptionThe current attempt number for this step.static StepDetails.BuilderStepDetails.builder()default StepDetails.BuilderStepDetails.Builder.error(Consumer<ErrorObject.Builder> error) Details about the step failure.StepDetails.Builder.error(ErrorObject error) Details about the step failure.StepDetails.Builder.nextAttemptTimestamp(Instant nextAttemptTimestamp) The date and time when the next attempt is scheduled, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).The JSON response payload from the step operation.StepDetails.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type StepDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StepDetails.Builder>StepDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type StepDetails.BuilderModifier and TypeMethodDescriptiondefault Operation.BuilderOperation.Builder.stepDetails(Consumer<StepDetails.Builder> stepDetails) Details about the step, if this operation represents a step.