Interface StopDurableExecutionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StopDurableExecutionResponse.Builder,StopDurableExecutionResponse>, LambdaResponse.Builder, SdkBuilder<StopDurableExecutionResponse.Builder,StopDurableExecutionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StopDurableExecutionResponse

  • Method Details

    • stopTimestamp

      StopDurableExecutionResponse.Builder stopTimestamp(Instant stopTimestamp)

      The timestamp when the execution was stopped (ISO 8601 format).

      Parameters:
      stopTimestamp - The timestamp when the execution was stopped (ISO 8601 format).
      Returns:
      Returns a reference to this object so that method calls can be chained together.