public static interface UpdateFlowResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowResponse.Builder,UpdateFlowResponse>
Modifier and Type | Method and Description |
---|---|
UpdateFlowResponse.Builder |
flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
UpdateFlowResponse.Builder |
flowStatus(String flowStatus)
Indicates the current status of the flow.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateFlowResponse.Builder flowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus
- Indicates the current status of the flow.FlowStatus
,
FlowStatus
UpdateFlowResponse.Builder flowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
flowStatus
- Indicates the current status of the flow.FlowStatus
,
FlowStatus
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.