Interface StopFlowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopFlowResponse.Builder,StopFlowResponse>,MediaConnectResponse.Builder,SdkBuilder<StopFlowResponse.Builder,StopFlowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopFlowResponse
public static interface StopFlowResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<StopFlowResponse.Builder,StopFlowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopFlowResponse.BuilderflowArn(String flowArn)The ARN of the flow that you stopped.StopFlowResponse.Builderstatus(String status)The status of the flow when the StopFlow process begins.StopFlowResponse.Builderstatus(Status status)The status of the flow when the StopFlow 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
StopFlowResponse.Builder flowArn(String flowArn)
The ARN of the flow that you stopped.- Parameters:
flowArn- The ARN of the flow that you stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
StopFlowResponse.Builder status(String status)
The status of the flow when the StopFlow process begins.
-
status
StopFlowResponse.Builder status(Status status)
The status of the flow when the StopFlow process begins.
-
-