Uses of Interface
software.amazon.awssdk.services.sfn.model.StopExecutionResponse.Builder
-
Packages that use StopExecutionResponse.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of StopExecutionResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StopExecutionResponse.Builder Modifier and Type Method Description static StopExecutionResponse.BuilderStopExecutionResponse. builder()StopExecutionResponse.BuilderStopExecutionResponse.Builder. stopDate(Instant stopDate)The date the execution is stopped.StopExecutionResponse.BuilderStopExecutionResponse. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StopExecutionResponse.Builder Modifier and Type Method Description static Class<? extends StopExecutionResponse.Builder>StopExecutionResponse. serializableBuilderClass()
-