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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFlowResponse.BuilderflowArn(String flowArn)The ARN of the flow that was deleted.DeleteFlowResponse.Builderstatus(String status)The status of the flow when the DeleteFlow process begins.DeleteFlowResponse.Builderstatus(Status status)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 Detail
-
flowArn
DeleteFlowResponse.Builder flowArn(String 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
DeleteFlowResponse.Builder status(String status)
The status of the flow when the DeleteFlow process begins.
-
status
DeleteFlowResponse.Builder status(Status status)
The status of the flow when the DeleteFlow process begins.
-
-