Interface StartWorkflowRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartWorkflowRunResponse.Builder,,StartWorkflowRunResponse> MwaaServerlessResponse.Builder,SdkBuilder<StartWorkflowRunResponse.Builder,,StartWorkflowRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartWorkflowRunResponse
@Mutable
@NotThreadSafe
public static interface StartWorkflowRunResponse.Builder
extends MwaaServerlessResponse.Builder, SdkPojo, CopyableBuilder<StartWorkflowRunResponse.Builder,StartWorkflowRunResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the newly started workflow run.The timestamp when the workflow run was started, in ISO 8601 date-time format.The initial status of the workflow run.status(WorkflowRunStatus status) The initial status of the workflow run.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
-
runId
The unique identifier of the newly started workflow run.
- Parameters:
runId- The unique identifier of the newly started workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The initial status of the workflow run. This is typically
STARTINGwhen you first create the run.- Parameters:
status- The initial status of the workflow run. This is typicallySTARTINGwhen you first create the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The initial status of the workflow run. This is typically
STARTINGwhen you first create the run.- Parameters:
status- The initial status of the workflow run. This is typicallySTARTINGwhen you first create the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The timestamp when the workflow run was started, in ISO 8601 date-time format.
- Parameters:
startedAt- The timestamp when the workflow run was started, in ISO 8601 date-time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-