Interface StartFlowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartFlowResponse.Builder,StartFlowResponse>,MediaConnectResponse.Builder,SdkBuilder<StartFlowResponse.Builder,StartFlowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartFlowResponse
public static interface StartFlowResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<StartFlowResponse.Builder,StartFlowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartFlowResponse.BuilderflowArn(String flowArn)The ARN of the flow that you started.StartFlowResponse.Builderstatus(String status)The status of the flow when the StartFlow process begins.StartFlowResponse.Builderstatus(Status status)The status of the flow when the StartFlow process begins.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadata
-
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 Detail
-
flowArn
StartFlowResponse.Builder flowArn(String flowArn)
The ARN of the flow that you started.- Parameters:
flowArn- The ARN of the flow that you started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
StartFlowResponse.Builder status(String status)
The status of the flow when the StartFlow process begins.
-
status
StartFlowResponse.Builder status(Status status)
The status of the flow when the StartFlow process begins.
-
-