public static interface StartFlowResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<StartFlowResponse.Builder,StartFlowResponse>
| Modifier and Type | Method and Description |
|---|---|
StartFlowResponse.Builder |
executionId(String executionId)
Returns the internal execution ID of an on-demand flow when the flow is started.
|
StartFlowResponse.Builder |
flowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
|
StartFlowResponse.Builder |
flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
StartFlowResponse.Builder |
flowStatus(String flowStatus)
Indicates the current status of the flow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartFlowResponse.Builder flowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
flowArn - The flow's Amazon Resource Name (ARN).StartFlowResponse.Builder flowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus,
FlowStatusStartFlowResponse.Builder flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus,
FlowStatusStartFlowResponse.Builder executionId(String executionId)
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
executionId - Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or
event-triggered flows, this value is null.Copyright © 2023. All rights reserved.