Interface StartFlowResponse.Builder
- All Superinterfaces:
AppflowResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<StartFlowResponse.Builder,
,StartFlowResponse> SdkBuilder<StartFlowResponse.Builder,
,StartFlowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartFlowResponse
public static interface StartFlowResponse.Builder
extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<StartFlowResponse.Builder,StartFlowResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionId
(String executionId) Returns the internal execution ID of an on-demand flow when the flow is started.The flow's Amazon Resource Name (ARN).flowStatus
(String flowStatus) Indicates the current status of the flow.flowStatus
(FlowStatus flowStatus) Indicates the current status of the flow.Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
flowArn
The flow's Amazon Resource Name (ARN).
- Parameters:
flowArn
- The flow's Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowStatus
Indicates the current status of the flow.
- Parameters:
flowStatus
- Indicates the current status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
flowStatus
Indicates the current status of the flow.
- Parameters:
flowStatus
- Indicates the current status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-