Interface StopDurableExecutionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopDurableExecutionResponse.Builder,StopDurableExecutionResponse>,LambdaResponse.Builder,SdkBuilder<StopDurableExecutionResponse.Builder,StopDurableExecutionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopDurableExecutionResponse
@Mutable @NotThreadSafe public static interface StopDurableExecutionResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<StopDurableExecutionResponse.Builder,StopDurableExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDurableExecutionResponse.BuilderstopTimestamp(Instant stopTimestamp)The timestamp when the execution was stopped (ISO 8601 format).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
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.
-
-