Interface RemoveFlowSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RemoveFlowSourceResponse.Builder,RemoveFlowSourceResponse>,MediaConnectResponse.Builder,SdkBuilder<RemoveFlowSourceResponse.Builder,RemoveFlowSourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RemoveFlowSourceResponse
public static interface RemoveFlowSourceResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RemoveFlowSourceResponse.Builder,RemoveFlowSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveFlowSourceResponse.BuilderflowArn(String flowArn)The ARN of the flow that is associated with the source you removed.RemoveFlowSourceResponse.BuildersourceArn(String sourceArn)The ARN of the source that was removed.-
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
RemoveFlowSourceResponse.Builder flowArn(String flowArn)
The ARN of the flow that is associated with the source you removed.- Parameters:
flowArn- The ARN of the flow that is associated with the source you removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceArn
RemoveFlowSourceResponse.Builder sourceArn(String sourceArn)
The ARN of the source that was removed.- Parameters:
sourceArn- The ARN of the source that was removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-