public static interface RemoveFlowVpcInterfaceResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RemoveFlowVpcInterfaceResponse.Builder,RemoveFlowVpcInterfaceResponse>
| Modifier and Type | Method and Description |
|---|---|
RemoveFlowVpcInterfaceResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that is associated with the VPC interface you removed.
|
RemoveFlowVpcInterfaceResponse.Builder |
nonDeletedNetworkInterfaceIds(Collection<String> nonDeletedNetworkInterfaceIds)
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
|
RemoveFlowVpcInterfaceResponse.Builder |
nonDeletedNetworkInterfaceIds(String... nonDeletedNetworkInterfaceIds)
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
|
RemoveFlowVpcInterfaceResponse.Builder |
vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface that was removed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveFlowVpcInterfaceResponse.Builder flowArn(String flowArn)
flowArn - The ARN of the flow that is associated with the VPC interface you removed.RemoveFlowVpcInterfaceResponse.Builder nonDeletedNetworkInterfaceIds(Collection<String> nonDeletedNetworkInterfaceIds)
nonDeletedNetworkInterfaceIds - IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to
remove.RemoveFlowVpcInterfaceResponse.Builder nonDeletedNetworkInterfaceIds(String... nonDeletedNetworkInterfaceIds)
nonDeletedNetworkInterfaceIds - IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to
remove.RemoveFlowVpcInterfaceResponse.Builder vpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName - The name of the VPC interface that was removed.Copyright © 2023. All rights reserved.