Interface DeleteFlowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteFlowResponse.Builder,
,DeleteFlowResponse> MediaConnectResponse.Builder
,SdkBuilder<DeleteFlowResponse.Builder,
,DeleteFlowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteFlowResponse
public static interface DeleteFlowResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DeleteFlowResponse.Builder,DeleteFlowResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the flow that was deleted.The status of the flow when the DeleteFlow process begins.The status of the flow when the DeleteFlow 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 Details
-
flowArn
The ARN of the flow that was deleted.- Parameters:
flowArn
- The ARN of the flow that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the flow when the DeleteFlow process begins.- Parameters:
status
- The status of the flow when the DeleteFlow process begins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the flow when the DeleteFlow process begins.- Parameters:
status
- The status of the flow when the DeleteFlow process begins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-