public static interface StopFlowResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<StopFlowResponse.Builder,StopFlowResponse>
| Modifier and Type | Method and Description |
|---|---|
StopFlowResponse.Builder |
flowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
|
StopFlowResponse.Builder |
flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
StopFlowResponse.Builder |
flowStatus(String flowStatus)
Indicates the current status of the flow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopFlowResponse.Builder flowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
flowArn - The flow's Amazon Resource Name (ARN).StopFlowResponse.Builder flowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus,
FlowStatusStopFlowResponse.Builder flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus,
FlowStatusCopyright © 2023. All rights reserved.