Interface StopExecutionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopExecutionResponse.Builder,StopExecutionResponse>,SdkBuilder<StopExecutionResponse.Builder,StopExecutionResponse>,SdkPojo,SdkResponse.Builder,SfnResponse.Builder
- Enclosing class:
- StopExecutionResponse
public static interface StopExecutionResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<StopExecutionResponse.Builder,StopExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopExecutionResponse.BuilderstopDate(Instant stopDate)The date the execution is stopped.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sfn.model.SfnResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
stopDate
StopExecutionResponse.Builder stopDate(Instant stopDate)
The date the execution is stopped.
- Parameters:
stopDate- The date the execution is stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-