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