Interface RemoveFlowVpcInterfaceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<RemoveFlowVpcInterfaceResponse.Builder,RemoveFlowVpcInterfaceResponse>, MediaConnectResponse.Builder, SdkBuilder<RemoveFlowVpcInterfaceResponse.Builder,RemoveFlowVpcInterfaceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
RemoveFlowVpcInterfaceResponse

  • Method Details

    • flowArn

      The ARN of the flow that is associated with the VPC interface you removed.
      Parameters:
      flowArn - The ARN of the flow that is associated with the VPC interface you removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nonDeletedNetworkInterfaceIds

      RemoveFlowVpcInterfaceResponse.Builder nonDeletedNetworkInterfaceIds(Collection<String> nonDeletedNetworkInterfaceIds)
      IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
      Parameters:
      nonDeletedNetworkInterfaceIds - IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nonDeletedNetworkInterfaceIds

      RemoveFlowVpcInterfaceResponse.Builder nonDeletedNetworkInterfaceIds(String... nonDeletedNetworkInterfaceIds)
      IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
      Parameters:
      nonDeletedNetworkInterfaceIds - IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcInterfaceName

      RemoveFlowVpcInterfaceResponse.Builder vpcInterfaceName(String vpcInterfaceName)
      The name of the VPC interface that was removed.
      Parameters:
      vpcInterfaceName - The name of the VPC interface that was removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.