Interface StopWorkflowRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopWorkflowRunResponse.Builder,,StopWorkflowRunResponse> MwaaServerlessResponse.Builder,SdkBuilder<StopWorkflowRunResponse.Builder,,StopWorkflowRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StopWorkflowRunResponse
@Mutable
@NotThreadSafe
public static interface StopWorkflowRunResponse.Builder
extends MwaaServerlessResponse.Builder, SdkPojo, CopyableBuilder<StopWorkflowRunResponse.Builder,StopWorkflowRunResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the stopped workflow run.The status of the workflow run after the stop operation.status(WorkflowRunStatus status) The status of the workflow run after the stop operation.workflowArn(String workflowArn) The Amazon Resource Name (ARN) of the workflow that contains the stopped run.workflowVersion(String workflowVersion) The version of the workflow that was stopped.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mwaaserverless.model.MwaaServerlessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
workflowArn
The Amazon Resource Name (ARN) of the workflow that contains the stopped run.
- Parameters:
workflowArn- The Amazon Resource Name (ARN) of the workflow that contains the stopped run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowVersion
The version of the workflow that was stopped.
- Parameters:
workflowVersion- The version of the workflow that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
The unique identifier of the stopped workflow run.
- Parameters:
runId- The unique identifier of the stopped workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the workflow run after the stop operation. This is typically
STOPPINGorSTOPPED.- Parameters:
status- The status of the workflow run after the stop operation. This is typicallySTOPPINGorSTOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the workflow run after the stop operation. This is typically
STOPPINGorSTOPPED.- Parameters:
status- The status of the workflow run after the stop operation. This is typicallySTOPPINGorSTOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-