public static interface StartFlowResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<StartFlowResponse.Builder,StartFlowResponse>
Modifier and Type | Method and Description |
---|---|
StartFlowResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that you started.
|
StartFlowResponse.Builder |
status(Status status)
The status of the flow when the StartFlow process begins.
|
StartFlowResponse.Builder |
status(String status)
The status of the flow when the StartFlow process begins.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StartFlowResponse.Builder flowArn(String flowArn)
flowArn
- The ARN of the flow that you started.StartFlowResponse.Builder status(String status)
StartFlowResponse.Builder status(Status status)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.